public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Reproducible assertion failure in XCB
@ 2011-01-14 15:01 Daniel Colascione
  2011-01-17 18:47 ` Jon TURNEY
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Colascione @ 2011-01-14 15:01 UTC (permalink / raw)
  To: cygwin-xfree

1. Start the Z server
2. Start emacs -Q
3. M-x server-start
4. M-: (while t (call-process-shell-command "date" nil t))
5. Lean on C-g

Eventually, Emacs will crash with

assertion "XLIB_SEQUENCE_COMPARE(dpy->last_request_read, <=,
dpy->request)" failed: file
"/usr/src/ports/xorg/libX11/libX11-1.3.3-1/src/libX11-1.3.3/src/xcb_io.c",
line 249, function: process_responses
Fatal error (6)Aborted (core dumped)

If Emacs doesn't crash the first time and successfully exits the loop,
repeat steps 4 and 5.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Reproducible assertion failure in XCB
  2011-01-14 15:01 Reproducible assertion failure in XCB Daniel Colascione
@ 2011-01-17 18:47 ` Jon TURNEY
  2011-01-21 18:43   ` Daniel Colascione
  0 siblings, 1 reply; 4+ messages in thread
From: Jon TURNEY @ 2011-01-17 18:47 UTC (permalink / raw)
  To: cygwin-xfree, dan.colascione

On 14/01/2011 15:01, Daniel Colascione wrote:
> 1. Start the Z server
> 2. Start emacs -Q
> 3. M-x server-start
> 4. M-: (while t (call-process-shell-command "date" nil t))
> 5. Lean on C-g
> 
> Eventually, Emacs will crash with
> 
> assertion "XLIB_SEQUENCE_COMPARE(dpy->last_request_read, <=,
> dpy->request)" failed: file
> "/usr/src/ports/xorg/libX11/libX11-1.3.3-1/src/libX11-1.3.3/src/xcb_io.c",
> line 249, function: process_responses
> Fatal error (6)Aborted (core dumped)

There is a libX11_6 1.4.0-1 package in cygwinports (along with all the other
excellent work Yaakov has been doing packaging X11R7.6), it would be great if
you could test with that, as there have been several fixes in this area since
1.3.3

You could probably get away with just upgrading libX11_6, libX11-xcb1 and
libxcb1, rather than everything.  Although since those libraries have been
built with gcc 4.5, you might need to upgrade libgcc1, as well.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Reproducible assertion failure in XCB
  2011-01-17 18:47 ` Jon TURNEY
@ 2011-01-21 18:43   ` Daniel Colascione
  2011-01-21 19:04     ` Larry Hall (Cygwin X)
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Colascione @ 2011-01-21 18:43 UTC (permalink / raw)
  To: cygwin-xfree

On Mon, Jan 17, 2011 at 10:47 AM, Jon TURNEY
<jon.turney@dronecode.org.uk> wrote:
> There is a libX11_6 1.4.0-1 package in cygwinports (along with all the other
> excellent work Yaakov has been doing packaging X11R7.6), it would be great if
> you could test with that, as there have been several fixes in this area since
> 1.3.3

I can do that today or tomorrow --- but could someone kindly point me
to the repository? I thought you mean the Cygwin experimental
respository, but that turns out not to be the case.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Reproducible assertion failure in XCB
  2011-01-21 18:43   ` Daniel Colascione
@ 2011-01-21 19:04     ` Larry Hall (Cygwin X)
  0 siblings, 0 replies; 4+ messages in thread
From: Larry Hall (Cygwin X) @ 2011-01-21 19:04 UTC (permalink / raw)
  To: cygwin-xfree

On 1/21/2011 1:42 PM, Daniel Colascione wrote:
> On Mon, Jan 17, 2011 at 10:47 AM, Jon TURNEY
> <jon.turney>  wrote:
>> There is a libX11_6 1.4.0-1 package in cygwinports (along with all the other
>> excellent work Yaakov has been doing packaging X11R7.6), it would be great
>> if you could test with that, as there have been several fixes in this area
>> since 1.3.3
>
> I can do that today or tomorrow --- but could someone kindly point me
> to the repository? I thought you mean the Cygwin experimental
> respository, but that turns out not to be the case.

See <http://sourceware.org/cygwinports/>.


-- 
Larry

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-21 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14 15:01 Reproducible assertion failure in XCB Daniel Colascione
2011-01-17 18:47 ` Jon TURNEY
2011-01-21 18:43   ` Daniel Colascione
2011-01-21 19:04     ` Larry Hall (Cygwin X)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).