Opened 14 years ago

Closed 12 years ago

#5741 closed bug (fixed)

gcc4 crash

Reported by: andreasf Owned by: nobody
Priority: normal Milestone: R1
Component: - General Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

During jam -q install-haiku somewhere in libavcodec gcc crashed:

Thread 33546 called debugger(): sb
Reading symbols from /boot/system/runtime_loader...done.
Loaded symbols for /boot/system/runtime_loader
Reading symbols from /boot/system/lib/libroot.so...done.
Loaded symbols for /boot/system/lib/libroot.so
[tcsetpgrp failed in terminal_inferior: Invalid Argument]
[Switching to team /boot/develop/abi/x86/gcc4/tools/gcc-4.3.3-haiku-090629/bin/../ (33546) thread cc1 (33546)]
0xffff0114 in ?? ()
(gdb) bt
#0  0xffff0114 in ?? ()
#1  0x009820e3 in debugger () from /boot/system/lib/libroot.so
#2  0x0098b46f in __assert_fail () from /boot/system/lib/libroot.so
#3  0x009f5bc0 in BPrivate::processHeap::free ()
   from /boot/system/lib/libroot.so
#4  0x009f75e2 in free () from /boot/system/lib/libroot.so
#5  0x0078af0d in htab_delete ()
#6  0x002dd503 in free_alloc_pool ()
#7  0x00000004 in ?? ()
#8  0x18728788 in ?? ()
#9  0x18035330 in ?? ()
#10 0x182b7850 in ?? ()
#11 0x7ffecde8 in ?? ()
#12 0x0050981b in fini_pre ()
#13 0x00509758 in fini_pre ()
#14 0x00510c89 in execute_pre ()
#15 0x00511eea in do_pre ()
#16 0x0000005d in ?? ()
#17 0x00947a10 in all_ipa_passes ()
#18 0x00c8a540 in ?? ()
#19 0x003f83e8 in execute_one_pass ()
#20 0x00953430 in progname ()
#21 0x009533d8 in input_file_stack_tick ()
#22 0x01000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#23 0x008b0678 in ?? ()
#24 0x00916ee0 in pass_cselim ()
#25 0x00c8a540 in ?? ()
#26 0x009533f8 in user_label_prefix ()
#27 0x003f868c in execute_pass_list ()
#28 0x00916160 in pass_object_sizes ()
#29 0x003f86a0 in execute_pass_list ()
#30 0x009533f8 in user_label_prefix ()
#31 0x003f868c in execute_pass_list ()
#32 0x00944400 in implicit_built_in_decls ()
#33 0x004a45da in tree_rest_of_compilation ()
#34 0x00c8a380 in ?? ()
#35 0x00000004 in ?? ()
#36 0x00369269 in store_constructor ()
#37 0x005a5b06 in cgraph_expand_function ()
#38 0x005a5abd in cgraph_expand_function ()
#39 0x005a7505 in cgraph_optimize ()
#40 0x00000000 in ?? ()
#41 0x008b3158 in problem_SCAN ()
#42 0x00a6d680 in ?? ()
#43 0x0028f525 in c_write_global_declarations ()
#44 0x009533c0 in timevar_ggc_mem_total ()
#45 0x00890a80 in __gmp_version ()
#46 0x00917660 in ix86_cost ()
---Type <return> to continue, or q <return> to quit---
#47 0x008b0678 in ?? ()
#48 0x009533c0 in timevar_ggc_mem_total ()
#49 0x00890a80 in __gmp_version ()
#50 0x00917660 in ix86_cost ()
#51 0x0047055b in toplev_main ()
#52 0x00953438 in align_functions_log ()
#53 0x00126004 in ?? ()
#54 0x00123ff8 in ?? () from /boot/system/runtime_loader
#55 0x7ffecf3c in ?? ()
#56 0x00108245 in recursive_lock_unlock () from /boot/system/runtime_loader
#57 0x63632f2f in ?? ()
#58 0x5166495a in ?? ()
#59 0x732e3445 in ?? ()
#60 0x45485300 in ?? ()
#61 0x2f3d4c4c in ?? ()
#62 0x2f6e6962 in ?? ()
#63 0x68736162 in ?? ()
#64 0x52455400 in ?? ()
#65 0x74783d4d in ?? ()
#66 0x006d7265 in recog ()
#67 0x3a62696c in ?? ()
#68 0x6f6f622f in ?? ()
#69 0x6f682f74 in ?? ()
#70 0x632f656d in ?? ()
---Type <return> to continue, or q <return> to quit---

Not reproducible, at hrev36100.

Change History (3)

comment:1 by luroh, 14 years ago

Just to note, that was 230 revisions and one BeGeistert ago.

comment:2 by andreasf, 14 years ago

Exactly. It was the latest nightly image available at BeGeistert. :)

comment:3 by diver, 12 years ago

Resolution: fixed
Status: newclosed

Probably fixed with one of gcc4 updates.

Note: See TracTickets for help on using tickets.