discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SEGFAULT when starting applications


From: Fred Kiefer
Subject: Re: SEGFAULT when starting applications
Date: Thu, 28 Feb 2002 13:08:38 +0100

I am faced with the same problem as Gregory and it did not go away with
some rebuilding of GNUstep. My impression is rather that Adam did only
commit half of the changes he made last night. So now the grsphic
context wont get created in the backend itself, which is a good change,
but this creation has not been added to the gui, so there is no graphic
context at all. Which make it a bit hard for GNUstep to do any window
operations.

Cheers
Fred

PS: There was also an unaccounted change to XGContextEvent where
NSBackspaceKey instead of NSBackspaceCharacter was used. Any idea who
did that?

Gregory Casamento wrote:
> 
> This problem has just started today.   I normally update from CVS everyday.  I
> am having the following problem:
> 
> [heron@genoa Ink]$ debugapp Ink.app
> GNU gdb 5.0
> Copyright 2000 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-linux-gnu"...(no debugging symbols
> found)...
> (gdb) run
> Starting program:
> /home/heron/gnustep/usr-apps/examples/gui/Ink/Ink.app/ix86/linux-gnu/gnu-gnu-gnu/Ink
> 
> [New Thread 1024 (LWP 3037)]
> 02 28 00:05:01 Ink[3037] Warning - ignoring old defaults database in
> /home/heron/GNUstep/.GNUstepDefaults
> 02 28 00:05:01 Ink[3037] Warning - ignoring old defaults database in
> /home/heron/GNUstep/.GNUstepDefaults
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 3037)]
> 0x401d6c25 in +[NSWindow frameRectForContentRect:styleMask:] (self=0x402e1500,
> _cmd=0x402e2488, aRect={origin = {x = 0, y = 0}, size = {
>         width = 64, height = 64}}, aStyle=64) at
> ../Headers/AppKit/DPSOperators.h:2546
> 2546      (ctxt->methods->DPSstyleoffsets_____)
> Current language:  auto; currently objective-c
> (gdb) bt
> #0  0x401d6c25 in +[NSWindow frameRectForContentRect:styleMask:]
> (self=0x402e1500, _cmd=0x402e2488, aRect={origin = {x = 0, y = 0},
>       size = {width = 64, height = 64}}, aStyle=64) at
> ../Headers/AppKit/DPSOperators.h:2546
> #1  0x401d7b0d in -[NSWindow
> initWithContentRect:styleMask:backing:defer:screen:] (self=0x8149940,
> _cmd=0x402908b0, contentRect={
>       origin = {x = 0, y = 0}, size = {width = 64, height = 64}}, aStyle=64,
> bufferingType=NSBackingStoreRetained, flag=0, aScreen=0x0)
>     at NSWindow.m:790
> #2  0x400c6f4a in -[NSApplication(Private) _appIconInit] (self=0x812e400,
> _cmd=0x4028f940) at NSApplication.m:2372
> #3  0x400c0e0c in -[NSApplication finishLaunching] (self=0x812e400,
> _cmd=0x4028fc48) at NSApplication.m:577
> #4  0x400c20fa in -[NSApplication run] (self=0x812e400, _cmd=0x4028d340) at
> NSApplication.m:905
> #5  0x400ba3fe in NSApplicationMain (argc=1, argv=0xbfffee44) at 
> Functions.m:75
> #6  0x804a589 in main ()
> #7  0x4058bbaf in __libc_start_main () from /lib/libc.so.6
> (gdb)
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]