Re: Crash in when running Evolution

2004-10-18 Thread Øyvind Harboe
More details: - XWin.exe is running of a local harddisk - The crash happens under W2K and XP -- Øyvind Harboe http://www.zylin.com

Re: Crash in when running Evolution

2004-10-18 Thread Øyvind Harboe
More details: Even with -multiwindows disabled, I get too many pointer check SEGFAULT's in GDB to do any debugging. Is this a bug in GDB or CygWin? (One can fuss over the definition of bug, but ...) -- Øyvind Harboe http://www.zylin.com

Re: Crash in when running Evolution

2004-10-18 Thread Kensuke Matsuzaki
Hi, -clipboard uses pthread, and that causes many many SEGV too. (gdb) handle SIGSEGV nostop noprint doesn't let gdb stop and print SEGV. But I'm using bit dirty workaround to ignore only IsBadWritePtr. -- Kensuke Matsuzaki mailto:[EMAIL PROTECTED] http://peppermint.jp segv.diff Description:

XWin startup problem

2004-10-18 Thread Simon Marchese
I can't start XWin successfully on WinXP. I have re-installed and re-booted so often that I'm wearing out my disk and the restart icon. Yes, I have tried the advice in http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof and it has not helped. I would be very grateful for any advice.

Re: Crash in when running Evolution

2004-10-18 Thread Øyvind Harboe
By using attach in GDB I was able to debug a bit further(i.e. skip startup), but eventually I end up with oodles of false positives for SEGFAULTs which pretty blocks further debugging. -- Øyvind Harboe http://www.zylin.com

Re: XWin startup problem

2004-10-18 Thread Alexander Gottwald
On Mon, 18 Oct 2004, Simon Marchese wrote: I can't start XWin successfully on WinXP. I have re-installed and re-booted so often that I'm wearing out my disk and the restart icon. Yes, I have tried the advice in http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof and it has not

Re: XWin startup problem

2004-10-18 Thread Simon Marchese
On Mon, 18 Oct 2004, Simon Marchese wrote: I can't start XWin successfully on WinXP. I have re-installed and re-booted so often that I'm wearing out my disk and the restart icon. Yes, I have tried the advice in http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof and it has not

Re: XWin startup problem

2004-10-18 Thread Alexander Gottwald
On Mon, 18 Oct 2004, Simon Marchese wrote: On Mon, 18 Oct 2004, Simon Marchese wrote: font-update this should not print the uptodate line for /usr/X11R6/lib/X11/fonts/misc Yup, it didn't print the uptodate line but XWin emits the same errors. I suspect it's the same old

Ignoring IsBadWritePtr in GDB (Was Re: Crash in when running Evolution)

2004-10-18 Thread Igor Pechtchanski
On Mon, 18 Oct 2004, Øyvind Harboe wrote: Even with -multiwindows disabled, I get too many pointer check SEGFAULT's in GDB to do any debugging. Is this a bug in GDB or CygWin? (One can fuss over the definition of bug, but ...) On Mon, 18 Oct 2004, Kensuke Matsuzaki wrote: -clipboard uses