Changes between Version 1 and Version 2 of Ticket #49764, comment 38
- Timestamp:
- Oct 25, 2016, 3:58:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49764, comment 38
v1 v2 1 1 OK. Learning about gdb, etc. here's what happens when trying to run the ./test_throw program on 10.5 leopard Intel compiled with clang-3.7, libcxx 3.9.0, libcxxabi 3.9.0, and libunwind 3.9.0 2 2 3 this certainly looks like a bug to my untrained eyes. malloc is trying to allocate a huge amount of memory. 3 this certainly looks like a bug to my untrained eyes. malloc is trying to allocate a huge amount of memory. Probably because the thrown_size=0? 4 4 I'll post the whole gdb log as an attachement -- K 5 5