public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
From: Harold L Hunt II <huntharo@msu.edu>
To: cygwin-xfree@cygwin.com
Subject: Re: Crash in xserv 4.3.0-40
Date: Thu, 15 Jan 2004 17:52:00 -0000	[thread overview]
Message-ID: <4006D361.8090407@msu.edu> (raw)
In-Reply-To: <1074034925.23519.18.camel@famine>

Øyvind,

There are two problems with your current method of testing:

1) You are running under gdb, which will slow things down and affect the 
likelyhood of a race condition causing a crash.

2) The code in hw/xwin from the xorg CVS is slightly different than the 
code in XFree86-xserv-4.3.0-41.


To work around these issues, try the following:

1) Run you XWin.exe build without gdb until you can confirm that the 
problem occurs again.

2) Then, after you have confirmed that XWin.exe still has the problem, 
run it under gdb and hope that it can be reproduced again.  :)

3) Consider grabbing the XFree86-xserv-4.3.0-41 source code release that 
I posted a link to in the announcement (it just has files from hw/xwin). 
  Go into your source tree and do the following:

a) cd xc/programs/Xserver/hw

b) mv xwin xwin-cvs

c) mkdir xwin

d) cd xwin

e) tar xjf path_to_file/xwin-20040115-0100.tar.bz2

f) cd build/std/programs/Xserver/hw/xwin

g) lndir xc/programs/Xserver/hw/xwin

h) make Makefile

i) make depend

j) make clean

k) make

l) cd ../.. && make XWin.exe

That should give you a build that more closely resembles the 4.3.0-41 
release.

Harold

Øyvind Harboe wrote:

> Here is my varmin huntin' strategy:
> 
> - I've managed to compile and install xfree86 in debug build. I think.
> See cygcheck attached. See http://sources.redhat.com/ml/cygwin-xfree/2004-01/msg00160.html
> - I modified startxwin.bat to launch XWin via:
> 
> gdb --args XWin -multiwindow -multiplemonitors -clipboard
> 
> - Continue working normally and wait for the trap catch something
> 
> Øyvind


  reply	other threads:[~2004-01-15 17:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-13 23:02 Øyvind Harboe
2004-01-15 17:52 ` Harold L Hunt II [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-01-15 21:26 Øyvind Harboe
2004-01-15 23:02 ` Harold L Hunt II
2004-01-15 23:06   ` Christopher Faylor
2004-01-16  5:27     ` Earle F. Philhower III
2004-01-14 15:15 Øyvind Harboe
2004-01-14 12:36 Øyvind Harboe
2004-01-14 13:52 ` Kensuke Matsuzaki
2004-01-13 17:21 Øyvind Harboe
2004-01-13 16:24 Øyvind Harboe
2004-01-13 17:01 ` Harold L Hunt II
2004-01-13 14:20 Øyvind Harboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4006D361.8090407@msu.edu \
    --to=huntharo@msu.edu \
    --cc=cygwin-xfree@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).