Bug 1054123

Summary: X crash - OpenChrome X drivers / VIA graphics
Product: [Fedora] Fedora Reporter: Myroslav Opyr <myroslav>
Component: xulrunnerAssignee: Martin Stransky <stransky>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: caillon+fedoraproject, gecko-bugs-nobody, john.j5live, myroslav, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/0d74b383d5d3c91f11a70f690e444f19f80a3819
Whiteboard: abrt_hash:bc53372fcfdbe8c92812dedf16f5d1de5ecec4a4
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-13 07:44:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Myroslav Opyr 2014-01-16 09:55:26 UTC
Description of problem:
I run Chatzilla for the first time (i.e. profile was not existing before)
I opened Freenode
Joined #plone, #zato and #quintagroup channels
Then moved mouse button over menu and possibly even clicked it. This is the most fuzzy part.
Application crashed.

Subsequent application launch didn't repeat the issue, but revealed some rendering issue with menu. I.e, visually the ChatZilla menu has black background intead of grey, Other menus does not have background at all and thus the menu items are rendered on transparent background. This potentially can be connected with OpenChrome X drivers for the VIA graphics.

Version-Release number of selected component:
xulrunner-26.0-2.fc20

Additional info:
reporter:       libreport-2.1.11
backtrace_rating: 4
cmdline:        /usr/lib/xulrunner/xulrunner -app /usr/share/chatzilla-0.9.87/application.ini --chat irc://
crash_function: nsProfileLock::FatalSignalHandler
executable:     /usr/lib/xulrunner/xulrunner
kernel:         3.12.6-300.fc20.i686+PAE
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (8 frames)
 #2 nsProfileLock::FatalSignalHandler at /usr/src/debug/xulrunner-26.0/mozilla-release/profile/dirserviceprovider/src/nsProfileLock.cpp:180
 #3 AsmJSFaultHandler at /usr/src/debug/xulrunner-26.0/mozilla-release/js/src/jit/AsmJSSignalHandlers.cpp:963
 #5 mozalloc_abort at /usr/src/debug/xulrunner-26.0/mozilla-release/memory/mozalloc/mozalloc_abort.cpp:30
 #6 Abort at /usr/src/debug/xulrunner-26.0/mozilla-release/xpcom/base/nsDebugImpl.cpp:431
 #7 NS_DebugBreak at /usr/src/debug/xulrunner-26.0/mozilla-release/xpcom/base/nsDebugImpl.cpp:418
 #8 X11Error at /usr/src/debug/xulrunner-26.0/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp:157
 #9 ??
 #10 ??

Comment 1 Myroslav Opyr 2014-01-16 09:55:32 UTC
Created attachment 850971 [details]
File: backtrace

Comment 2 Myroslav Opyr 2014-01-16 09:55:34 UTC
Created attachment 850972 [details]
File: cgroup

Comment 3 Myroslav Opyr 2014-01-16 09:55:37 UTC
Created attachment 850973 [details]
File: core_backtrace

Comment 4 Myroslav Opyr 2014-01-16 09:55:40 UTC
Created attachment 850974 [details]
File: dso_list

Comment 5 Myroslav Opyr 2014-01-16 09:55:43 UTC
Created attachment 850975 [details]
File: environ

Comment 6 Myroslav Opyr 2014-01-16 09:55:46 UTC
Created attachment 850976 [details]
File: limits

Comment 7 Myroslav Opyr 2014-01-16 09:55:49 UTC
Created attachment 850977 [details]
File: maps

Comment 8 Myroslav Opyr 2014-01-16 09:55:51 UTC
Created attachment 850978 [details]
File: open_fds

Comment 9 Myroslav Opyr 2014-01-16 09:55:53 UTC
Created attachment 850979 [details]
File: proc_pid_status

Comment 10 Myroslav Opyr 2014-01-16 09:55:55 UTC
Created attachment 850980 [details]
File: var_log_messages

Comment 11 Martin Stransky 2014-02-11 15:13:04 UTC
Yes, it looks like a X error, the crash is related to X resources:

#5  mozalloc_abort (msg=0xbfe24210 "###!!! ABORT: X_CreatePixmap: BadAlloc (insufficient resources for operation); 4 requests ago: file /builddir/build/BUILD/xulrunner-26.0/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157") at /usr/src/debug/xulrunner-26.0/mozilla-release/memory/mozalloc/mozalloc_abort.cpp:30
No locals.
#6  0x4f5048ae in Abort (aMsg=<optimized out>) at /usr/src/debug/xulrunner-26.0/mozilla-release/xpcom/base/nsDebugImpl.cpp:431
No locals.
#7  NS_DebugBreak (aSeverity=3, aStr=0x8e0b4c18 "X_CreatePixmap: BadAlloc (insufficient resources for operation); 4 requests ago", aExpr=0x0, aFile=0x4fa5490d "/builddir/build/BUILD/xulrunner-26.0/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp", aLine=157) at /usr/src/debug/xulrunner-26.0/mozilla-release/xpcom/base/nsDebugImpl.cpp:418
        buf = {buffer = "###!!! ABORT: X_CreatePixmap: BadAlloc (insufficient resources for operation); 4 requests ago: file /builddir/build/BUILD/xulrunner-26.0/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157\000\000\000\000"..., curlen = 196}
        ll = <optimized out>
        sevString = <optimized out>

Can you reproduce it regularly? And do you see it with other drivers, like vesa?

Comment 12 Red Hat Bugzilla 2023-09-14 01:57:17 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days