[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xml property lists
From: |
Rob Burns |
Subject: |
xml property lists |
Date: |
Thu, 07 Aug 2003 23:56:49 +0700 |
Thanks! that fixed it. But I seem to have another problem now. plparse will
segfault after parsing it.
bash-2.05b$ plparse Dictionary.plist
2003-08-07 23:44:16.860 plparse[19917] don't know how to load entity
'http://www.apple.com/DTDs/PropertyList-1.0.dtd' id '-//Apple Computer//DTD
PLIST 1.0//EN'
.:3: validity error: Validation failed: no DTD found !
<plist version="1.0">
^
Parsing 'Dictionary.plist' - a dictionary
Segmentation fault
bash-2.05b$
the backtrace is quite long (and repetetive). here is the first part of it.
#0 0x40136cb9 in NSDecrementExtraRefCountWasZero () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#1 0x40138a6e in _i_NSObject__release () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#2 0x401bdf7e in _i_GSXMLNode__dealloc () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#3 0x40138aa1 in _i_NSObject__release () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#4 0x401bdf7e in _i_GSXMLNode__dealloc () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#5 0x40138aa1 in _i_NSObject__release () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#6 0x401bdf7e in _i_GSXMLNode__dealloc () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#7 0x40138aa1 in _i_NSObject__release () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#8 0x401bdf7e in _i_GSXMLNode__dealloc () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#9 0x40138aa1 in _i_NSObject__release () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
#10 0x401bdf7e in _i_GSXMLNode__dealloc () from
/usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so.1
The plist file that I'm trying to use is rather large (~9 mb), but I've been
unable to put a smaller plist together that crashes the same way. It can be
found at:
http://www.eskimo.com/~pburns/rob/Dictionary.plist
The initial problem came from this file as well.
Thanks,
Rob
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- xml property lists,
Rob Burns <=