Opened 16 years ago
Closed 16 years ago
#3337 closed bug (fixed)
Segv in AboutSystem
Reported by: | Adek336 | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/libroot.so | Version: | R1/pre-alpha1 |
Keywords: | Cc: | mattmadia@…, HubertNG@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
in hrev28974 AboutSystem crashes in wcsnrtombs.
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Component: | Applications → System/libroot.so |
---|---|
Owner: | changed from | to
There seem to be a number of problems like this now, seemingly caused by hrev28970. Reassigning to Stefano.
comment:4 by , 16 years ago
Cc: | added |
---|
comment:5 by , 16 years ago
Cc: | added |
---|
comment:6 by , 16 years ago
GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
[tcsetpgrp failed in terminal_inferior: Invalid Argument] Thread 5209 caused an exception: Segment violation Reading symbols from /boot/beos/system/runtime_loader...done. Loaded symbols for /boot/beos/system/runtime_loader Reading symbols from /boot/beos/system/lib/libbe.so...done. Loaded symbols for /boot/beos/system/lib/libbe.so Reading symbols from /boot/beos/system/lib/libtranslation.so...done. Loaded symbols for /boot/beos/system/lib/libtranslation.so Reading symbols from /boot/beos/system/lib/libroot.so...done. Loaded symbols for /boot/beos/system/lib/libroot.so Reading symbols from /boot/beos/system/lib/libtextencoding.so...done. Loaded symbols for /boot/beos/system/lib/libtextencoding.so Reading symbols from /boot/beos/system/lib/libiconv.so...done. Loaded symbols for /boot/beos/system/lib/libiconv.so Reading symbols from /boot/beos/system/add-ons/Translators/BMPTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/beos/system/add-ons/Translators/EXRTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/beos/system/lib/libilmimf.so...done. Loaded symbols for /boot/beos/system/lib/libilmimf.so Reading symbols from /boot/beos/system/lib/libz.so...done. Loaded symbols for /boot/beos/system/lib/libz.so Reading symbols from /boot/beos/system/add-ons/Translators/GIFTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/beos/system/add-ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/beos/system/add-ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/beos/system/add-ons/Translators/PCXTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/beos/system/add-ons/Translators/PNGTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/beos/system/add-ons/Translators/PPMTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/beos/system/add-ons/Translators/RAWTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/beos/system/add-ons/Translators/RTF-Translator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/beos/system/add-ons/Translators/SGITranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/SGITranslator Reading symbols from /boot/beos/system/add-ons/Translators/STXTTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/beos/system/add-ons/Translators/TGATranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/TGATranslator Reading symbols from /boot/beos/system/add-ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/beos/system/add-ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/beos/system/add-ons/Translators/WonderBrushTranslator [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/beos/apps/AboutSystem (5209) thread AboutSystem (5209)] 0x0057a717 in mbsinit () from /boot/beos/system/lib/libroot.so (gdb) bt #0 0x0057a717 in mbsinit () from /boot/beos/system/lib/libroot.so #1 0x0053a146 in mbrlen () from /boot/beos/system/lib/libroot.so #2 0x0052b7d6 in vfprintf () from /boot/beos/system/lib/libroot.so #3 0x0051d857 in vsnprintf () from /boot/beos/system/lib/libroot.so #4 0x0052a94c in snprintf () from /boot/beos/system/lib/libroot.so #5 0x0020b200 in AboutView::AboutView () #6 0x0020bd8c in AboutWindow::AboutWindow () #7 0x0020bf90 in AboutApp::AboutApp () #8 0x0020e0e8 in main () (gdb)
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've reverted the incriminated changes, for now.
Have you tried a jam -a yet? I know several jamfiles changed...