Subject: | Bus Erro |
$ perl -MDevel::Size=total_size -e'$Devel::Size::warn=0; print total_size(*::)';
Bus error
$ perl -v
This is perl, v5.8.6 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.4.1
BuildVersion: 8B15
Here's a gdb trace.
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000002
op_size (baseop=0x30bdb0, tracking_hash=0x1801380) at Size.xs:213
213 if (check_new(tracking_hash, baseop->op_next)) {
(gdb)
(gdb) bt
#0 op_size (baseop=0x30bdb0, tracking_hash=0x1801380) at Size.xs:213
#1 0x0001f528 in op_size (baseop=0x30bdb0, tracking_hash=0x1801380) at Size.xs:305
#2 0x0001f268 in op_size (baseop=0x310670, tracking_hash=0x1801380) at Size.xs:214
#3 0x0001f360 in op_size (baseop=0x30bdd0, tracking_hash=0x1801380) at Size.xs:236
#4 0x0001f268 in op_size (baseop=0x310630, tracking_hash=0x1801380) at Size.xs:214
#5 0x0001f268 in op_size (baseop=0x31a230, tracking_hash=0x1801380) at Size.xs:214
#6 0x0001f268 in op_size (baseop=0x31a1d0, tracking_hash=0x1801380) at Size.xs:214
#7 0x0001f268 in op_size (baseop=0x31a210, tracking_hash=0x1801380) at Size.xs:214
#8 0x0001f268 in op_size (baseop=0x30c550, tracking_hash=0x1801380) at Size.xs:214
#9 0x0001f268 in op_size (baseop=0x310220, tracking_hash=0x1801380) at Size.xs:214
#10 0x0001f418 in op_size (baseop=0x30b990, tracking_hash=0x1801380) at Size.xs:272
#11 0x0001f268 in op_size (baseop=0x31a5d0, tracking_hash=0x1801380) at Size.xs:214
#12 0x0001f268 in op_size (baseop=0x30d0e0, tracking_hash=0x1801380) at Size.xs:214
#13 0x0001f268 in op_size (baseop=0x30c9f0, tracking_hash=0x1801380) at Size.xs:214
#14 0x0001f268 in op_size (baseop=0x327260, tracking_hash=0x1801380) at Size.xs:214
#15 0x0001f268 in op_size (baseop=0x30b580, tracking_hash=0x1801380) at Size.xs:214
#16 0x0001f268 in op_size (baseop=0x31a560, tracking_hash=0x1801380) at Size.xs:214
#17 0x0001f268 in op_size (baseop=0x320400, tracking_hash=0x1801380) at Size.xs:214
#18 0x0001f360 in op_size (baseop=0x320420, tracking_hash=0x1801380) at Size.xs:236
#19 0x0001f268 in op_size (baseop=0x30b560, tracking_hash=0x1801380) at Size.xs:214
#20 0x0001f268 in op_size (baseop=0x31f0a0, tracking_hash=0x1801380) at Size.xs:214
#21 0x0001f268 in op_size (baseop=0x325b10, tracking_hash=0x1801380) at Size.xs:214
#22 0x0001f268 in op_size (baseop=0x31f0e0, tracking_hash=0x1801380) at Size.xs:214
#23 0x0001f268 in op_size (baseop=0x30b600, tracking_hash=0x1801380) at Size.xs:214
#24 0x0001f268 in op_size (baseop=0x318120, tracking_hash=0x1801380) at Size.xs:214
#25 0x0001f268 in op_size (baseop=0x320670, tracking_hash=0x1801380) at Size.xs:214
#26 0x0001f360 in op_size (baseop=0x31a000, tracking_hash=0x1801380) at Size.xs:236
#27 0x0001f268 in op_size (baseop=0x319f70, tracking_hash=0x1801380) at Size.xs:214
#28 0x0001f268 in op_size (baseop=0x319fb0, tracking_hash=0x1801380) at Size.xs:214
#29 0x0001f33c in op_size (baseop=0x31a040, tracking_hash=0x1801380) at Size.xs:233
#30 0x0001f360 in op_size (baseop=0x31a520, tracking_hash=0x1801380) at Size.xs:236
#31 0x0001f360 in op_size (baseop=0x318dc0, tracking_hash=0x1801380) at Size.xs:236
#32 0x0001f920 in thing_size (orig_thing=0x18132f4, tracking_hash=0x1801380) at Size.xs:480
#33 0x0001fa4c in thing_size (orig_thing=0x1820508, tracking_hash=0x1801380) at Size.xs:518
#34 0x0002042c in XS_Devel__Size_total_size (my_perl=0x2, cv=0x1801380) at Size.xs:729
#35 0x970b294c in Perl_pp_entersub ()
#36 0x970ab274 in Perl_runops_standard ()
#37 0x970576fc in S_run_body ()
#38 0x97057358 in perl_run ()
#39 0x000029b8 in ?? ()
#40 0x00002120 in ?? ()
#41 0x00001fc0 in ?? ()