Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#5295 closed bug (invalid)

Crash of gensyscallinfos while building

Reported by: humdinger Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev35169.

I wanted to check if #4415 is totally fixed now. After updating svn, a jam -qj2 in /src/apps/drivesetup/ results in this crash:

[tcsetpgrp failed in terminal_inferior: Invalid Argument]
Thread 5119 caused an exception: Segment violation
Reading symbols from /boot/system/runtime_loader...done.
Loaded symbols for /boot/system/runtime_loader
Reading symbols from /boot/common/lib/libstdc++.so.6.0.10...done.
Loaded symbols for /boot/common/lib/libstdc++.so.6.0.10
Reading symbols from /boot/system/lib/libsupc++.so...done.
Loaded symbols for /boot/system/lib/libsupc++.so
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 ../../../generated/objects/haiku_host/x86/release/tools/gensysc (5119) thread gensyscallinfos (5119)]
0x00278999 in __gnu_cxx::__exchange_and_add ()
   from /boot/common/lib/libstdc++.so.6.0.10
(gdb) bt
#0  0x00278999 in __gnu_cxx::__exchange_and_add ()
   from /boot/common/lib/libstdc++.so.6.0.10
#1  0x0024848d in std::locale::operator= ()
   from /boot/common/lib/libstdc++.so.6.0.10
#2  0x00247122 in std::ios_base::_M_init ()
   from /boot/common/lib/libstdc++.so.6.0.10
#3  0x00254271 in std::basic_ios<char, std::char_traits<char> >::init ()
   from /boot/common/lib/libstdc++.so.6.0.10
#4  0x00207def in Main::_ParseSyscalls ()
#5  0x00202916 in main ()
(gdb) 

Change History (3)

comment:1 by humdinger, 14 years ago

Hold it. It may be some stupid side effect of trying out Qt and those KDE stuff. As feared, this stuff is running amok in my clean Haiku system. Time to reinstall...

comment:2 by bonefish, 14 years ago

Resolution: invalid
Status: newclosed

Yep, /boot/common/lib/libstdc++.so.6.0.10 is not our responsibility.

comment:3 by humdinger, 14 years ago

Rebuild and everything's OK again. I'll stay away from the Qt thing from now on. Besides, I didn't manage to run KOffice anyway, and frankly, I'm tired of all the hoops...

Note: See TracTickets for help on using tickets.