Bug 23381 - Icweasel hits the XID allocation assertion
Summary: Icweasel hits the XID allocation assertion
Status: RESOLVED WORKSFORME
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: xcb mailing list dummy
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 15:46 UTC by Bart Massey
Modified: 2017-03-01 17:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bart Massey 2009-08-17 15:46:50 UTC
My copy of Debian Iceweasel just said this to me:

  "firefox-bin: ../../src/xcb_xid.c:46: xcb_generate_id: Assertion `c->xid.last == c->xid.max' failed."

firefox-bin is apparently statically linked, so I have no idea what version I'm seeing.  But this assertion is in the same place in current top-of-tree.

Iceweasel is 3.0.12 if that helps.  My server and other libraries are kind of a mish-mash of Debian unstable and some top-of-tree stuff.

I'll try to find something to do about all this, but in the meantime if anybody has clever ideas...  I knew I shouldn't have put in that assertion. :-)
Comment 1 Josh Triplett 2009-08-17 20:43:10 UTC
- What versions of libX11 and libxcb?  If you have trouble finding out, try: egrep 'xcb|X11' /proc/$(pidof firefox-bin)/maps ; that will tell you where the library lives, and hopefully from there you can figure out the version.

- Sanity-check: can you provide the list of extensions that xdpyinfo says your X server supports?
Comment 2 Bart Massey 2009-08-17 23:01:38 UTC
Like I say, firefox-bin appears to be statically linked, and I have no idea what versions it was built against.

  BIG-REQUESTS Composite DAMAGE DOUBLE-BUFFER DPMS DRI2 GLX
  Generic Event Extension MIT-SCREEN-SAVER MIT-SHM RANDR
  RECORD RENDER SGI-GLX SHAPE SYNC X-Resource XC-MISC XFIXES
  XFree86-DGA XFree86-VidModeExtension XINERAMA
  XInputExtension XKEYBOARD XTEST XVideo

So yeah it looks like it's OK.
Comment 3 Uli Schlachter 2017-03-01 17:02:56 UTC
Since this (appears to be) the only report of this in 7 years, I'll dare to close this as WORKSFORME.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.