Your message dated Thu, 27 Nov 2008 16:08:16 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#137574: (no subject)
has caused the Debian Bug report #137574,
regarding xalan: segfaults on some files
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
137574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=137574
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xalan
Version: 1.2-2.1
Severity: normal
Hello,
Initially I thought that this might be related to #121323, however, now
I am having second thoughts, so I am opening a new bug report.
Also, previously I got confused and reported the error under bug
#101072, however, I can't check for this bug because it crashes first.
Xalan (java) seems to process the same file without any errors.
[2035] [scrooge:bam] ~/public_html2/bookmarks >xalan -in bookmarks.xml
-xsl ../packages/website/xsl/xbel.xsl -out a
========= Parsing ../packages/website/xsl/xbel.xsl ==========
Parse of ../packages/website/xsl/xbel.xsl took 10 milliseconds
zsh: segmentation fault xalan -in bookmarks.xml -xsl
../packages/website/xsl/xbel.xsl -out a
[2036] [scrooge:bam] ~/public_html2/bookmarks >
[2036] [scrooge:bam] ~/public_html2/bookmarks >gdb xalan
GNU gdb 5.1.1
Copyright 2002 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 "i386-linux"...(no debugging symbols
found)...
(gdb) set args -in bookmarks.xml -xsl ../packages/website/xsl/xbel.xsl
-out a
(gdb)
(gdb) r
Starting program: /usr/bin/xalan -in bookmarks.xml -xsl
../packages/website/xsl/xbel.xsl -out a
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New
Thread 1024 (LWP 20151)]
========= Parsing ../packages/website/xsl/xbel.xsl ==========
Parse of ../packages/website/xsl/xbel.xsl took 10 milliseconds
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 20151)]
0x4032e150 in XSLTEngineImpl::problem () from /usr/lib/libxalan-c.so.1
(gdb) bt
#0 0x4032e150 in XSLTEngineImpl::problem () from
/usr/lib/libxalan-c.so.1
#1 0x4032e6d9 in XSLTEngineImpl::error () from /usr/lib/libxalan-c.so.1
#2 0x402fe55d in StylesheetConstructionContextDefault::error ()
from /usr/lib/libxalan-c.so.1
#3 0x402c0247 in ElemCallTemplate::postConstruction ()
from /usr/lib/libxalan-c.so.1
#4 0x402d75f7 in ElemTemplateElement::postConstruction ()
from /usr/lib/libxalan-c.so.1
#5 0x402d89b9 in ElemUse::postConstruction () from
/usr/lib/libxalan-c.so.1
#6 0x402c6a6c in ElemLiteralResult::postConstruction ()
from /usr/lib/libxalan-c.so.1
#7 0x402d75f7 in ElemTemplateElement::postConstruction ()
from /usr/lib/libxalan-c.so.1
#8 0x402d89b9 in ElemUse::postConstruction () from
/usr/lib/libxalan-c.so.1
#9 0x402c6a6c in ElemLiteralResult::postConstruction ()
from /usr/lib/libxalan-c.so.1
#10 0x402d75f7 in ElemTemplateElement::postConstruction ()
from /usr/lib/libxalan-c.so.1
#11 0x402d89b9 in ElemUse::postConstruction () from
/usr/lib/libxalan-c.so.1
#12 0x402c6a6c in ElemLiteralResult::postConstruction ()
from /usr/lib/libxalan-c.so.1
#13 0x402d75f7 in ElemTemplateElement::postConstruction ()
from /usr/lib/libxalan-c.so.1
---Type <return> to continue, or q <return> to quit---
#14 0x402d89b9 in ElemUse::postConstruction () from
/usr/lib/libxalan-c.so.1
#15 0x402c6a6c in ElemLiteralResult::postConstruction ()
from /usr/lib/libxalan-c.so.1
#16 0x402d75f7 in ElemTemplateElement::postConstruction ()
from /usr/lib/libxalan-c.so.1
#17 0x402f8417 in Stylesheet::postConstruction () from
/usr/lib/libxalan-c.so.1
#18 0x4031ce28 in StylesheetRoot::postConstruction ()
from /usr/lib/libxalan-c.so.1
#19 0x40329370 in XSLTEngineImpl::processStylesheet ()
from /usr/lib/libxalan-c.so.1
#20 0x403289d0 in XSLTEngineImpl::processStylesheet ()
from /usr/lib/libxalan-c.so.1
#21 0x0805051f in XSLTEngineImpl::setDiagnosticsOutput ()
#22 0x080516e9 in XSLTEngineImpl::setDiagnosticsOutput ()
#23 0x4088f6cf in __libc_start_main () from /lib/libc.so.6
(gdb)
I can send you the latest version of the files I used on request. The
XSL isn't intended to be used by itself, but doing this way clearly
highlights the bug without getting into too many details on my webpage
design.
My guess from the stack trace, is that some error is occuring,
and the segfault occurs when trying to print the message.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scrooge 2.4.17-lsm #2 Tue Feb 12 11:50:48 EST 2002 i686
Locale: LANG=C, LC_CTYPE=
Versions of packages xalan depends on:
ii libc6 2.2.5-3 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-1 The GNU stdc++ library
ii libxalan1.2 1.2-2.1 Provides XSLT support for applicat
ii libxerces1 1.5.2-4 Validating XML parser library for
--- End Message ---
--- Begin Message ---
On Fri, Nov 28, 2008 at 10:58:11AM +1100, Brian May wrote:
> Ryan Niebur wrote:
>> First, I'd like to apologize for this going unresolved for so long. Do
>> you still have the file that caused the seg fault? Does it still cause
>> seg faults? Can you send me that file?
>>
>
> Sorry, not using xalan any more, and I can't help you. Feel free to
> close the bug report if you want on the assumption it has been fixed.
>
okay
Thanks,
Ryan
> Brian May
--
_________________________
Ryan Niebur
[EMAIL PROTECTED]
signature.asc
Description: Digital signature
--- End Message ---