[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with gnustep trunk
From: |
Fred Kiefer |
Subject: |
Re: Problem with gnustep trunk |
Date: |
Mon, 12 Mar 2007 23:00:57 +0100 |
User-agent: |
Thunderbird 1.5.0.9 (X11/20060911) |
Philippe Roussel wrote:
> On Mon, Mar 12, 2007 at 06:56:18PM +0100, Philippe Roussel wrote:
>> Gdb gives the attached backtrace. I rebuilt gnustep and all
>> applications, kill gndc and friends and tried to remove
>> .GNUstepDefaults with no effect.
>
> And now with the attachment...
>
> (GNUSTEP_STACK_TRACE doesn't show symbols whereas gdb does)
>
>
> ------------------------------------------------------------------------
>
> 0xffffe410 in __kernel_vsyscall ()
> (gdb) bt
> #0 0xffffe410 in __kernel_vsyscall ()
> #1 0xb756e9a1 in raise () from /lib/tls/i686/cmov/libc.so.6
> #2 0xb75702b9 in abort () from /lib/tls/i686/cmov/libc.so.6
> #3 0xb77e121c in _terminate () at NSException.m:686
> #4 0xb77e13f1 in _NSFoundationUncaughtExceptionHandler (exception=0x8312620)
> at NSException.m:710
> #5 0xb77e1ae6 in -[NSException raise] (self=0x8312620, _cmd=0xb79fa720) at
> NSException.m:843
> #6 0xb77e15b9 in +[NSException raise:format:arguments:] (self=0xb79fa520,
> _cmd=0xb79fa708, name=0xb79fa838,
> format=0xb79d5cf0, argList=0xbfa4faa0 "") at NSException.m:753
> #7 0xb77e14f1 in +[NSException raise:format:] (self=0xb79fa520,
> _cmd=0xb79d5bc0, name=0xb79fa838, format=0xb79d5cf0)
> at NSException.m:739
> #8 0xb773b7f7 in -[GSMutableArray addObject:] (self=0x8312038,
> _cmd=0xb79d4460, anObject=0x0) at GSArray.m:409
> #9 0xb7734cb8 in GSDomainFromDefaultLocale () at GSLocale.m:126
> #10 0xb789c4c4 in +[NSUserDefaults standardUserDefaults] (self=0xb7a2f380,
> _cmd=0xb7a2f458) at NSUserDefaults.m:541
> #11 0xb789c787 in +[NSUserDefaults userLanguages] (self=0xb7a2f380,
> _cmd=0xb79e7598) at NSUserDefaults.m:606
> #12 0xb778d220 in +[NSBundle _bundleResourcePathsWithRootPath:subPath:]
> (self=0xb79e7240, _cmd=0xb79e75a8,
> rootPath=0x81223c8, subPath=0x0) at NSBundle.m:1564
> #13 0xb778d4f4 in +[NSBundle
> pathForResource:ofType:inRootPath:inDirectory:withVersion:] (self=0xb79e7240,
> _cmd=0xb79e75b0, name=0xb79e7950, ext=0xb79e795c, rootPath=0x81223c8,
> subPath=0x0, version=0) at NSBundle.m:1600
> #14 0xb778d9fa in -[NSBundle pathForResource:ofType:inDirectory:]
> (self=0x81224a8, _cmd=0xb79e7460, name=0xb79e7950,
> ext=0xb79e795c, subPath=0x0) at NSBundle.m:1693
> #15 0xb778d8cb in -[NSBundle pathForResource:ofType:] (self=0x81224a8,
> _cmd=0xb79e7630, name=0xb79e7950, ext=0xb79e795c)
> at NSBundle.m:1674
> #16 0xb778f685 in -[NSBundle infoDictionary] (self=0x81224a8,
> _cmd=0xb79e7570) at NSBundle.m:2129
> #17 0xb778f95a in -[NSBundle bundleIdentifier] (self=0x81224a8,
> _cmd=0xb79e7520) at NSBundle.m:2174
> #18 0xb778c06f in -[NSBundle initWithPath:] (self=0x81224a8, _cmd=0xb79e7450,
> path=0x81223c8) at NSBundle.m:1276
> #19 0xb778ba6f in +[NSBundle bundleWithPath:] (self=0xb79e7240,
> _cmd=0xb79e7688, path=0x8122360) at NSBundle.m:1184
> #20 0xb778fd8a in +[NSBundle(GNUstep) bundleForLibrary:version:]
> (self=0xb79e7240, _cmd=0xb79e74b8, libraryName=0x81053e8,
> interfaceVersion=0xb79e783c) at NSBundle.m:2258
> #21 0xb778a898 in +[NSBundle initialize] (self=0xb79e7240, _cmd=0xb7a329a8)
> at NSBundle.m:809
> #22 0xb76a5cd5 in __objc_install_premature_dtable () from
> /usr/lib/libobjc.so.1
> #23 0xb76a6ee5 in objc_msg_lookup () from /usr/lib/libobjc.so.1
> #24 0xb7ad9193 in NSApplicationMain (argc=1, argv=0xbfa500a4) at
> Functions.m:62
> #25 0x0804f4ba in main (argc=1, argv=0xbfa500a4) at main.m:30
>
Sorry, I was wrong. This seems to be a totally unrelated problem to the
gui changes I recently made. Actually I am getting a similar problem for
each GNUstep application I start up. It reports:
007-03-12 22:54:13.577 GSTest[29400] File NSUserDefaults.m: 552. In
[NSUserDefaults +standardUserDefaults] Improper installation: No
language locale found
Every other time I start an application it then also complains that the
main Gorm file could not be loaded or an alert is displayed with the text:
NSInternalInconsistencyException: unable to contact GDNC server -
please check that the gdnc process is running.
I attempted to start it at '/usr/GNUstep/System/Tools/gdnc'
Here is the backtrace I get from this:
#0 0xb7f7f410 in ?? ()
#1 0xbf9e8aec in ?? ()
#2 0x00000006 in ?? ()
#3 0x0000737f in ?? ()
#4 0xb76ff060 in raise () from /lib/libc.so.6
#5 0xb7700801 in abort () from /lib/libc.so.6
#6 0xb7c9a536 in _NSAppKitUncaughtExceptionHandler (exception=0xadbe640)
at NSApplication.m:144
#7 0xb799508a in -[NSException raise] (self=0xadbe640, _cmd=0xb7f4c010)
at NSException.m:834
#8 0xb7e1cf91 in -[_GSWorkspaceCenter init] (self=0x87e3b70,
_cmd=0xb7bc0848) at NSWorkspace.m:283
#9 0xb79d2131 in +[NSObject new] (self=0xb7f4be60, _cmd=0xb7f4bf68)
at NSObject.m:1268
#10 0xb7e1dd27 in -[NSWorkspace init] (self=0x87e6a10, _cmd=0xb7f4bfd0)
at NSWorkspace.m:626
#11 0xb7e1db44 in +[NSWorkspace sharedWorkspace] (self=0xb7f4bd60,
_cmd=0xb7ebc960) at NSWorkspace.m:595
#12 0xb7c9d935 in -[NSApplication finishLaunching] (self=0x8513040,
_cmd=0xb7ebca48) at NSApplication.m:1022
---Type <return> to continue, or q <return> to quit---
#13 0xb7c9f0d2 in -[NSApplication run] (self=0x8513040, _cmd=0xb7eb4ec8)
at NSApplication.m:1349
#14 0xb7c8d5d1 in NSApplicationMain (argc=1, argv=0xbf9e9094)
at Functions.m:72
#15 0x08048a36 in main (argc=Cannot access memory at address 0x737f
) at main.m:30
Once it did even display an editor for the user defaults, which is
something I didn't even know we had.
I would say some recent change to base must have caused this. No idea if
it was the one by Richard or the one from Nicola.
Cheers,
Fred