discuss-gnustep
[Top][All Lists]
Advanced

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

Exception while building


From: Gregory Casamento
Subject: Exception while building
Date: Sun, 11 Nov 2001 18:27:02 -0800 (PST)

This happens anytime I try to build any app.  I have updated from CVS and
performed a complete rebuild from scratch.

Making all for app GormTest...
make[1]: Leaving directory `/home/heron/gnustep/dev-apps/Gorm/Testing'
Making all for app Gorm...
Uncaught exception NSRecursiveLockException, reason: unlock: failed to unlock
mutex
make[1]: *** [Gorm.app/Resources/Info-gnustep.plist] Error 1
make: *** [Gorm.all.app.variables] Error 2
[heron@genoa Gorm]$ 

I believe that the problem is with plmerge since it seems to occur when the
Info-gnustep.plist is generated.   Here is a backtrace of plmerge when trying
to merge one plist into a destination plist:

(gdb) b main
Breakpoint 1 at 0x8048d58
(gdb) run dest.plist Defaults.plist
Starting program: /usr/GNUstep/System/Tools/ix86/linux-gnu/gnu-gnu-gnu/plmerge
dest.plist Defaults.plist
[New Thread 1024 (LWP 2156)]
[Switching to Thread 1024 (LWP 2156)]

Breakpoint 1, 0x8048d58 in main ()
(gdb) b raise
Breakpoint 2 at 0x4010ba70
(gdb) c
Continuing.

Breakpoint 2, 0x4010ba70 in -[NSException raise] ()
   from
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
(gdb) info break 
Num Type           Disp Enb Address    What
1   breakpoint     keep y   0x08048d58  <main+24>
        breakpoint already hit 1 time
2   breakpoint     keep y   0x4010ba70  <-[NSException raise]>
        breakpoint already hit 1 time
(gdb) bt
#0  0x4010ba70 in -[NSException raise] ()
   from
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#1  0x4010b79e in +[NSException raise:format:] ()
   from
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#2  0x4011a3c6 in -[NSRecursiveLock unlock] ()
   from
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#3  0x401734ec in GSUserDefaultsDictionaryRepresentation ()
   from
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#4  0x40104f80 in -[NSDictionary writeToFile:atomically:] ()
   from
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#5  0x80496f1 in main ()
#6  0x402b0baf in __libc_start_main () from /lib/libc.so.6
(gdb) 

Later, GJC

=====
Gregory John Casamento

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com



reply via email to

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