python-debug Python 2.7.5 (default, Nov 12 2013, 16:18:04) [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> python-debug wadl.py [1] 28044 segmentation fault (core dumped) python-debug wadl.py gdb -ex r --args python-debug wadl.py GNU gdb (GDB) Fedora 7.6.1-46.fc19 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/python2.7-debug...Reading symbols from /usr/bin/python2.7-debug...(no debugging symbols found)...done. (no debugging symbols found)...done. Starting program: /usr/bin/python-debug wadl.py [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x000000380d162491 in __strlen_sse2_pminub () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install python-debug-2.7.5-9.fc19.x86_64 (gdb) bt #0 0x000000380d162491 in __strlen_sse2_pminub () from /lib64/libc.so.6 #1 0x00007fffeeeecb15 in expat_start_ns_handler () from /usr/lib64/python2.7/lib-dynload/_elementtree_d.so #2 0x0000003813c06b2d in addBinding.part.3 () from /lib64/libexpat.so.1 #3 0x0000003813c07db8 in storeAtts () from /lib64/libexpat.so.1 #4 0x0000003813c0a8a2 in doContent () from /lib64/libexpat.so.1 #5 0x0000003813c0b8be in contentProcessor () from /lib64/libexpat.so.1 #6 0x0000003813c09c51 in doProlog () from /lib64/libexpat.so.1 #7 0x0000003813c0a3dd in prologProcessor () from /lib64/libexpat.so.1 #8 0x0000003813c0d84f in XML_ParseBuffer () from /lib64/libexpat.so.1 #9 0x00007fffeeeed7c8 in expat_parse.isra.17 () from /usr/lib64/python2.7/lib-dynload/_elementtree_d.so #10 0x00007fffeeeedd1f in xmlparser_feed () from /usr/lib64/python2.7/lib-dynload/_elementtree_d.so #11 0x00007ffff7cd7d9c in PyEval_EvalFrameEx () from /lib64/libpython2.7_d.so.1.0 #12 0x00007ffff7cdb169 in PyEval_EvalCodeEx () from /lib64/libpython2.7_d.so.1.0 #13 0x00007ffff7c44f50 in ?? () from /lib64/libpython2.7_d.so.1.0 #14 0x00007ffff7c16b6b in PyObject_Call () from /lib64/libpython2.7_d.so.1.0 #15 0x00007ffff7c2a5d5 in ?? () from /lib64/libpython2.7_d.so.1.0 #16 0x00007ffff7c16b6b in PyObject_Call () from /lib64/libpython2.7_d.so.1.0 #17 0x00007ffff7c84ed5 in ?? () from /lib64/libpython2.7_d.so.1.0 #18 0x00007ffff7cd2d8e in PyEval_EvalFrameEx () from /lib64/libpython2.7_d.so.1.0 #19 0x00007ffff7cd7ae3 in PyEval_EvalFrameEx () from /lib64/libpython2.7_d.so.1.0 #20 0x00007ffff7cdb169 in PyEval_EvalCodeEx () from /lib64/libpython2.7_d.so.1.0 #21 0x00007ffff7c44f50 in ?? () from /lib64/libpython2.7_d.so.1.0 #22 0x00007ffff7c16b6b in PyObject_Call () from /lib64/libpython2.7_d.so.1.0 #23 0x00007ffff7c2a5d5 in ?? () from /lib64/libpython2.7_d.so.1.0 #24 0x00007ffff7c16b6b in PyObject_Call () from /lib64/libpython2.7_d.so.1.0 #25 0x00007ffff7c85df7 in ?? () from /lib64/libpython2.7_d.so.1.0 #26 0x00007ffff7c8451f in ?? () from /lib64/libpython2.7_d.so.1.0 #27 0x00007ffff7c16b6b in PyObject_Call () from /lib64/libpython2.7_d.so.1.0 #28 0x00007ffff7cd3321 in PyEval_EvalFrameEx () from /lib64/libpython2.7_d.so.1.0 #29 0x00007ffff7cdb169 in PyEval_EvalCodeEx () from /lib64/libpython2.7_d.so.1.0 #30 0x00007ffff7cdb332 in PyEval_EvalCode () from /lib64/libpython2.7_d.so.1.0 #31 0x00007ffff7cf8a6f in ?? () from /lib64/libpython2.7_d.so.1.0 #32 0x00007ffff7cf9eee in PyRun_FileExFlags () from /lib64/libpython2.7_d.so.1.0 #33 0x00007ffff7cfb55a in PyRun_SimpleFileExFlags () from /lib64/libpython2.7_d.so.1.0 #34 0x00007ffff7d0e802 in Py_Main () from /lib64/libpython2.7_d.so.1.0 #35 0x000000380d021b45 in __libc_start_main () from /lib64/libc.so.6 #36 0x0000000000400721 in _start () (gdb)