Closed
Bug 16167
Opened 25 years ago
Closed 25 years ago
apprunner crashes on startup in gdk_rgb_set_min_colors()
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
People
(Reporter: simon.barnes, Assigned: Chris.Yeh)
Details
For the last several weeks the nightly mozilla builds have been crashing on
startup on an Ultra 5 with [8/24 bit] Raptor graphics card; Solaris 7. Stack
trace follows.
hydra >gdb apprunner
GNU gdb 4.18
Copyright 1998 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 "sparc-sun-solaris2.7"...(no debugging symbols
found)...
(gdb) run
Starting program: /app/build/package/apprunner
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...warning: Lowest section in /usr/lib/libw.so.1 is
.hash at 0x74
(no debugging symbols found)...(no debugging symbols found)...warning: Lowest
section in /usr/lib/libintl.so.1 is .hash at 0x74
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
[New LWP 2 ]
[New LWP 3 ]
[New LWP 4 ]
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0xfdde5820 in gdk_rgb_set_min_colors () from /app/build/package/./libgfx_gtk.so
(gdb) where
#0 0xfdde5820 in gdk_rgb_set_min_colors () from
/app/build/package/./libgfx_gtk.so
#1 0xfdde581c in gdk_rgb_set_min_colors () from
/app/build/package/./libgfx_gtk.so
#2 0xfdde59ec in gdk_rgb_init () from /app/build/package/./libgfx_gtk.so
#3 0xfdde8ad4 in gdk_rgb_get_visual () from /app/build/package/./libgfx_gtk.so
#4 0xfdd3e094 in nsDeviceContextGTK::Init () from
/app/build/package/./libgfx_gtk.so
#5 0xfe173394 in nsBaseWidget::BaseCreate () from
/app/build/package/./libwidget_gtk.so
#6 0xfe16df00 in nsWidget::CreateWidget () from
/app/build/package/./libwidget_gtk.so
#7 0xfe16e198 in nsWidget::Create () from /app/build/package/./libwidget_gtk.so
#8 0xfed660a0 in nsWebShellWindow::Initialize () from
/app/build/package/./libnsappshell.so
#9 0xfed64818 in nsAppShellService::JustCreateTopWindow () from
/app/build/package/./libnsappshell.so
#10 0xfed63df8 in nsAppShellService::CreateHiddenWindow () from
/app/build/package/./libnsappshell.so
#11 0xfed63d4c in nsAppShellService::Initialize () from
/app/build/package/./libnsappshell.so
#12 0x12f50 in NS_CanRun ()
#13 0x13504 in main ()
(gdb)
Updated•25 years ago
|
Assignee: don → cyeh
Severity: normal → critical
Component: Browser-General → Build Config
Reporter | ||
Comment 2•25 years ago
|
||
I managed to build Mozilla from source on Solaris 7, and this crash did not
occur. So the crash might be attributed to some incompatibility between the
Solaris 2.5.1 build environment and Solaris 7.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•