Re: multiwindow segmentation fault

2003-01-15 Thread J S
Kensuke, I'm not an expert on gdb but managed to get the following debug info for you. Also in answer to Harold's question I only have one cygwin1.dll. $ gdb xwin GNU gdb 2002-12-19-cvs (cygwin-special) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU

Re: multiwindow segmentation fault

2003-01-15 Thread Alexander Gottwald
On Wed, 15 Jan 2003, J S wrote: Kensuke, I'm not an expert on gdb but managed to get the following debug info for you. Also in answer to Harold's question I only have one cygwin1.dll. Program received signal SIGSEGV, Segmentation fault. 0x77e8c40c in _libkernel32_a_iname () No. This is

Re: multiwindow segmentation fault

2003-01-15 Thread Corinna Vinschen
On Wed, Jan 15, 2003 at 01:07:46PM +0100, Alexander Gottwald wrote: On Wed, 15 Jan 2003, J S wrote: Kensuke, I'm not an expert on gdb but managed to get the following debug info for you. Also in answer to Harold's question I only have one cygwin1.dll. Program received signal

Re: multiwindow segmentation fault

2003-01-15 Thread Alexander Gottwald
On Wed, 15 Jan 2003, Corinna Vinschen wrote: The information given by that backtrace is completely useless since XWin as well as the Cygwin DLL don't contain debugging symbols. Kensuke or Harold, kann you make an unstripped version available for download? This could at least reveal the line

RE: multiwindow segmentation fault

2003-01-15 Thread Harold L Hunt II
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Gottwald Sent: Wednesday, January 15, 2003 7:44 AM To: [EMAIL PROTECTED] Subject: Re: multiwindow segmentation fault On Wed, 15 Jan 2003, Corinna Vinschen wrote: The information given

Re: multiwindow segmentation fault

2003-01-15 Thread David Fraser
Alexander Gottwald wrote: On Wed, 15 Jan 2003, J S wrote: Kensuke, I'm not an expert on gdb but managed to get the following debug info for you. Also in answer to Harold's question I only have one cygwin1.dll. Program received signal SIGSEGV, Segmentation fault. 0x77e8c40c in

RE: multiwindow segmentation fault

2003-01-15 Thread J S
on the mirrors. http://xfree86.cygwin.com/devel/shadow/ Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Gottwald Sent: Wednesday, January 15, 2003 7:44 AM To: [EMAIL PROTECTED] Subject: Re: multiwindow segmentation fault On Wed, 15 Jan

Re: multiwindow segmentation fault

2003-01-15 Thread Cary Jamison
Kensuke Matsuzaki [EMAIL PROTECTED] wrote in message news:47336.0985903584$[EMAIL PROTECTED]... Harold, I see. Sorry, I can't find what makes segv yet. Kensuke Matsuzaki Oh, I thought when you posted it you were saying it fixed that problem. Guess I misread. Cary

Re: multiwindow segmentation fault

2003-01-14 Thread Harold L Hunt II
You are taking care not to run any other window manager, right? (don't run twm, mwm, openbox, etc. since -multiwindow invokes its own window manager) Harold J S wrote: Hi, I downloaded all the XFree packages off cygwin today on to my W2K box, and I'm still getting the segmentation fault

Re: multiwindow segmentation fault

2003-01-14 Thread J S
U752359@A217447D ~ $ xwin -multiwindow Segmentation fault (core dumped) U752359@A217447D ~ $ You are taking care not to run any other window manager, right? (don't run twm, mwm, openbox, etc. since -multiwindow invokes its own window manager) Harold J S wrote: Hi, I downloaded all the XFree

Re: multiwindow segmentation fault

2003-01-14 Thread Harold L Hunt II
isn't it? $ ps -ef UID PIDPPID TTY STIME COMMAND U752359 836 1 con 16:46:30 /usr/bin/bash U752359 868 836 con 16:46:41 /usr/bin/ps U752359@A217447D ~ $ xwin -multiwindow Segmentation fault (core dumped) U752359@A217447D ~ $ You are taking care not to run any

Re: multiwindow segmentation fault

2003-01-14 Thread J S
con 16:46:41 /usr/bin/ps U752359@A217447D ~ $ xwin -multiwindow Segmentation fault (core dumped) U752359@A217447D ~ $ You are taking care not to run any other window manager, right? (don't run twm, mwm, openbox, etc. since -multiwindow invokes its own window manager) Harold J S wrote

Re: multiwindow segmentation fault

2003-01-14 Thread Kensuke Matsuzaki
Harold, I see. Sorry, I can't find what makes segv yet. Kensuke Matsuzaki