public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed
@ 2004-03-19 17:44 Dr. Volker Zell
  2004-03-19 17:47 ` Harold L Hunt II
  2004-03-19 18:31 ` Takuma Murakami
  0 siblings, 2 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2004-03-19 17:44 UTC (permalink / raw)
  To: cygwin-xfree

Hi

I get a crash when running xfontsel under latest cygwin-1.5.8
and all the latest cygwin C packages installed.


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Mar 19 18:22:37 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Cygwin Package Information
cygwin                  1.5.8-1            
XFree86-base            4.3.0-8            
XFree86-bin             4.3.0-18           
XFree86-bin-icons       4.3.0-7            
XFree86-doc             4.3.0-1            
XFree86-etc             4.3.0-11           
XFree86-f100            4.3.0-1            
XFree86-fcyr            4.3.0-1            
XFree86-fenc            4.3.0-1            
XFree86-fnts            4.3.0-1            
XFree86-fscl            4.3.0-1            
XFree86-fsrv            4.3.0-8            
XFree86-html            4.3.0-8            
XFree86-jdoc            4.3.0-1            
XFree86-lib             4.3.0-2            
XFree86-lib-compat      4.3.0-2            
XFree86-man             4.3.0-8            
XFree86-nest            4.3.0-7            
XFree86-prog            4.3.0-19           
XFree86-prt             4.3.0-5            
XFree86-ps              4.3.0-1            
XFree86-startup-scripts 4.2.0-5            
XFree86-vfb             4.3.0-7            
XFree86-xserv           4.3.0-59           
XFree86-xwinclip        4.3.0-2            
xterm                   185-1              
xwinclip                1.2.0-1            


D:\tmp>set CYGWIN_TESTING=1

D:\tmp>D:\tmp\cygdeb\gdb.exe -nw "D:/usr/X11R6/bin/xfontsel.exe" 1852
GNU gdb 2003-09-20-cvs (cygwin-special)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)...
Attaching to program `/usr/X11R6/bin/xfontsel.exe', process 1852

Program received signal SIGSEGV, Segmentation fault.

Program received signal SIGSEGV, Segmentation fault.

Program received signal SIGSEGV, Segmentation fault.

Program received signal SIGSEGV, Segmentation fault.

Program received signal SIGSEGV, Segmentation fault.

---Type <return> to continue, or q <return> to quit---q
Quit
A program is being debugged already.  Kill it? (y or n) n
Program not killed.
(gdb) bt
#0  0x10008e84 in cygX11-6!XFreeFont () from /usr/X11R6/bin/cygX11-6.dll
#1  0x10008418 in cygX11-6!XLoadQueryFont () from /usr/X11R6/bin/cygX11-6.dll
#2  0x00403299 in cygXmu-6!_XA_UTF8_STRING ()
#3  0x100e3670 in ?? ()
#4  0x100fff78 in ?? ()
(gdb)

Anybody else seeing this ?

Ciao
  Volker


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

* Re: xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed
  2004-03-19 17:44 xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed Dr. Volker Zell
@ 2004-03-19 17:47 ` Harold L Hunt II
  2004-03-19 18:18   ` Christopher Faylor
  2004-03-19 18:31 ` Takuma Murakami
  1 sibling, 1 reply; 5+ messages in thread
From: Harold L Hunt II @ 2004-03-19 17:47 UTC (permalink / raw)
  To: cygwin-xfree

Volker,

Dr. Volker Zell wrote:

> Hi
> 
> I get a crash when running xfontsel under latest cygwin-1.5.8
> and all the latest cygwin C packages installed.

Please try the latest cygwin1.dll snapshot.  It sounds like this problem 
may be fixed by it.  I would like positive confirmation of this.

Harold


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

* Re: xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed
  2004-03-19 17:47 ` Harold L Hunt II
@ 2004-03-19 18:18   ` Christopher Faylor
  2004-03-19 23:58     ` Harold L Hunt II
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2004-03-19 18:18 UTC (permalink / raw)
  To: cygwin-xfree

On Fri, Mar 19, 2004 at 12:42:51PM -0500, Harold L Hunt II wrote:
>Dr. Volker Zell wrote:
>>I get a crash when running xfontsel under latest cygwin-1.5.8
>>and all the latest cygwin C packages installed.
>
>Please try the latest cygwin1.dll snapshot.  It sounds like this problem 
>may be fixed by it.  I would like positive confirmation of this.

There is no indication from this bug report that this is in any way
related to the problems fixed by the snapshot and now by the 1.5.9-1
release.  The only fix in the cygwin snapshot was a work around for a
cygwin heap problem which manifested on certain Windows XP or 2000
systems.

There is nothing that would address a SEGV.  Judging from Volker's stack
trace, it looks like the problem is in the program itself, rather than
the Cygwin DLL, too.

cgf


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

* Re: xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed
  2004-03-19 17:44 xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed Dr. Volker Zell
  2004-03-19 17:47 ` Harold L Hunt II
@ 2004-03-19 18:31 ` Takuma Murakami
  1 sibling, 0 replies; 5+ messages in thread
From: Takuma Murakami @ 2004-03-19 18:31 UTC (permalink / raw)
  To: cygwin-xfree

Volker,

> I get a crash when running xfontsel under latest cygwin-1.5.8
> and all the latest cygwin C packages installed.

It doesn't crash on my box:

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sat Mar 20 03:04:12 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Cygwin Package Information
cygwin                  1.5.8-1            
XFree86-base            4.3.0-8            
XFree86-bin             4.3.0-18           
XFree86-bin-icons       4.3.0-7            
XFree86-doc             4.3.0-2            
XFree86-etc             4.3.0-11           
XFree86-f100            4.3.0-1            
XFree86-fcyr            4.3.0-1            
XFree86-fenc            4.3.0-1            
XFree86-fnts            4.3.0-1            
XFree86-fscl            4.3.0-1            
XFree86-fsrv            4.3.0-8            
XFree86-html            4.3.0-8            
XFree86-jdoc            4.3.0-2            
XFree86-lib             4.3.0-2            
XFree86-lib-compat      4.3.0-2            
XFree86-man             4.3.0-8            
XFree86-nest            4.3.0-7            
XFree86-prog            4.3.0-19           
XFree86-prt             4.3.0-6            
XFree86-ps              4.3.0-2            
XFree86-startup-scripts 4.3.0-1            
XFree86-vfb             4.3.0-7            
XFree86-xserv           4.3.0-59           
XFree86-xwinclip        4.3.0-2            

Hope this helps.

Takuma Murakami


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

* Re: xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed
  2004-03-19 18:18   ` Christopher Faylor
@ 2004-03-19 23:58     ` Harold L Hunt II
  0 siblings, 0 replies; 5+ messages in thread
From: Harold L Hunt II @ 2004-03-19 23:58 UTC (permalink / raw)
  To: cygwin-xfree

Christopher Faylor wrote:

> On Fri, Mar 19, 2004 at 12:42:51PM -0500, Harold L Hunt II wrote:
> 
>>Dr. Volker Zell wrote:
>>
>>>I get a crash when running xfontsel under latest cygwin-1.5.8
>>>and all the latest cygwin C packages installed.
>>
>>Please try the latest cygwin1.dll snapshot.  It sounds like this problem 
>>may be fixed by it.  I would like positive confirmation of this.
> 
> 
> There is no indication from this bug report that this is in any way
> related to the problems fixed by the snapshot and now by the 1.5.9-1
> release.  The only fix in the cygwin snapshot was a work around for a
> cygwin heap problem which manifested on certain Windows XP or 2000
> systems.

 From your description of the fix:

Since I have "fixed" the problem with people being unable to run some
programs due to cygheap allocation, I should release a new version of
cygwin ASAP.

We've been having problems with emacs bombing, XWin.exe bombing, now 
xfontsel bombing (without any changes being made to xfontsel from the 
pervious release), and you talked about a fix for apps dying on 
startup... sounded related to me.

> There is nothing that would address a SEGV.  Judging from Volker's stack
> trace, it looks like the problem is in the program itself, rather than
> the Cygwin DLL, too.

Dunno... it is happening with too many programs now to suspect the 
program itself.  We need to compile some better information about these 
crashes but I have been busy working on packaging and such.  I think we 
can start looking into this real soon now.

Harold


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

end of thread, other threads:[~2004-03-19 18:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-19 17:44 xfontsel crashes with cygwin-1.5.8 and all the latext X packages installed Dr. Volker Zell
2004-03-19 17:47 ` Harold L Hunt II
2004-03-19 18:18   ` Christopher Faylor
2004-03-19 23:58     ` Harold L Hunt II
2004-03-19 18:31 ` Takuma Murakami

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).