Ticket #24037: gst-plugins-good-backtrace

File gst-plugins-good-backtrace, 1.1 KB (added by rmsfisher@…, 14 years ago)

output from running xsltproc in gdb on plugins.xsl

Line 
1euclid:common ryan$ gdb xsltproc
2GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
3Copyright 2004 Free Software Foundation, Inc.
4GDB is free software, covered by the GNU General Public License, and you are
5welcome to change it and/or distribute copies of it under certain conditions.
6Type "show copying" to see the conditions.
7There is absolutely no warranty for GDB.  Type "show warranty" for details.
8This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ....... done
9
10(gdb) run plugins.xsl
11Starting program: /opt/local/bin/xsltproc plugins.xsl
12Reading symbols for shared libraries .++++++ done
13
14Program received signal EXC_BAD_ACCESS, Could not access memory.
15Reason: KERN_INVALID_ADDRESS at address: 0x0000000300001c4f
160x00007fff882b8353 in strncmp ()
17(gdb) bt
18#0  0x00007fff882b8353 in strncmp ()
19#1  0x000000010008bba4 in __xmlParserInputBufferCreateFilename ()
20#2  0x000000010006056d in xmlNewInputFromFile ()
21#3  0x0000000100001419 in xsltprocExternalEntityLoader ()
22#4  0x0000000100062e87 in xmlCreateURLParserCtxt ()
23#5  0x000000010007820c in xmlReadFile ()
24#6  0x0000000100002305 in main ()
25(gdb)