On 03/24/11 12:36 AM, Dominique Frise wrote: > Hi, > > We are unning FF 3.6.12 (from tarball) without problem on Solaris x86 (SunOS > iris 5.10 Generic_144489-10 i86pc i386 i86pc). > The latest FF 4.0 tarball firefox-4.0.en-US.solaris-10-fcs-i386.tar.bz2 gives > following errors before crashing: > > # ./firefox-4.0/firefox > ###!!! ABORT: Request 129.1: BadAccess (attempt to access private resource > denied); 2 requests ago: file > /export/home/mozilla/packages/BUILD/SFWfirefox/mozilla/toolkit/xre/nsX11ErrorHandler.cpp, > line 190
*sigh* I love applications that insist on obfuscating their X errors like that (it's not even the gtk standard error mangler either). 129 is the opcode of the X extension that it tried to use incorrectly. To find out which extension that is, run (on the same display) xdpyinfo -queryExt | grep 129 and look for the one with opcode: 129 Extension opcodes are dynamically assigned based on which extensions are active/supported in a given server version & configuration, so when you report the bug to the Mozilla developers, they'll need to know that to help isolate which extension they're making invalid calls to. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System _______________________________________________ desktop-discuss mailing list desktop-discuss@opensolaris.org