Skip to content

Instantly share code, notes, and snippets.

@sh1mmer
Created December 12, 2011 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sh1mmer/1469221 to your computer and use it in GitHub Desktop.
Save sh1mmer/1469221 to your computer and use it in GitHub Desktop.
209-204-163-6:xml-benchmark sh1mmer$ gdb --args node libxmljs.js
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Thu Nov 3 21:59:02 UTC 2011)
Copyright 2004 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 "x86_64-apple-darwin"...Reading symbols for shared libraries ........... done
(gdb) run
Starting program: /Users/sh1mmer/local/bin/node libxmljs.js
Reading symbols for shared libraries ++++++++++.......................................................................................................................... done
Reading symbols for shared libraries warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/libxmljs_1.o" - no debug information available for "libxmljs.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_attribute_1.o" - no debug information available for "xml_attribute.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_document_1.o" - no debug information available for "xml_document.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_element_1.o" - no debug information available for "xml_element.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_namespace_1.o" - no debug information available for "xml_namespace.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_node_1.o" - no debug information available for "xml_node.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_sax_parser_1.o" - no debug information available for "xml_sax_parser.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_syntax_error_1.o" - no debug information available for "xml_syntax_error.cc".
warning: Could not find object file "/Users/sh1mmer/Desktop/company/clients/foo/code/node_modules/libxmljs/build/Release/src/xml_xpath_context_1.o" - no debug information available for "xml_xpath_context.cc".
. done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x000000010005c6e5 in v8::Value::ToObject () at node_crypto.h:166
166 return ss;
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment