| 1 | euclid:common ryan$ gdb xsltproc |
|---|
| 2 | GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009) |
|---|
| 3 | Copyright 2004 Free Software Foundation, Inc. |
|---|
| 4 | GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 5 | welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 6 | Type "show copying" to see the conditions. |
|---|
| 7 | There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 8 | This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ....... done |
|---|
| 9 | |
|---|
| 10 | (gdb) run plugins.xsl |
|---|
| 11 | Starting program: /opt/local/bin/xsltproc plugins.xsl |
|---|
| 12 | Reading symbols for shared libraries .++++++ done |
|---|
| 13 | |
|---|
| 14 | Program received signal EXC_BAD_ACCESS, Could not access memory. |
|---|
| 15 | Reason: KERN_INVALID_ADDRESS at address: 0x0000000300001c4f |
|---|
| 16 | 0x00007fff882b8353 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) |
|---|