segfault while push
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subversion |
New
|
Undecided
|
Unassigned |
Bug Description
Backtrace:
$ gdb --args python $(which bzr) push
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://
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 "i486-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/bin/python /usr/bin/bzr push
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(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 0xb7de48c0 (LWP 16954)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Using saved location: svn+http://
[New Thread 0xb6b26b90 (LWP 16957)]
[Thread 0xb6b26b90 (LWP 16957) exited]
[New Thread 0xb6325b90 (LWP 16958)]
[Thread 0xb6325b90 (LWP 16958) exited]
/ [====== ] pushing revisions 2/29
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7de48c0 (LWP 16954)]
0xb76d1b66 in apr_palloc () from /usr/lib/
(gdb) bt
#0 0xb76d1b66 in apr_palloc () from /usr/lib/
#1 0xb7405a55 in shim_xml_
validate_
endelm_
at /build/
#2 0xb7405b0a in svn_ra_
pool=0x870ace8) at /build/
#3 0xb73f9135 in pre_send_hook (req=0x887cbd0, userdata=0x858da70, header=0x884d168)
at /build/
#4 0xb7245393 in ne_begin_request () from /usr/lib/
#5 0xb7245acd in ne_request_dispatch () from /usr/lib/
#6 0xb7406763 in parsed_request (sess=0x8655778, method=0xb74087ed "PROPFIND", url=0x87a1f08 "/logistix",
body=0x8798530 "<?xml version=\"1.0\" encoding=
validate_
endelm_
extra_
at /build/
#7 0xb7406df7 in svn_ra_
url=0x87a1f08 "/logistix",
body=0x8798530 "<?xml version=\"1.0\" encoding=
validate_
endelm_
spool_
#8 0xb74004e7 in svn_ra_
label=0x0, which_props=
at /build/
#9 0xb74005d6 in svn_ra_
label=0x0, which_props=
at /build/
#10 0xb7400713 in svn_ra_
label=0x0, pool=0x87a1eb0) at /build/
#11 0xb740079d in svn_ra_
url=0x87b3978 "/logistix", pool=0x87a1eb0)
at /build/
#12 0xb7400ba7 in svn_ra_
url=0x87b3978 "/logistix", revision=-1, which_props=
at /build/
#13 0xb7401292 in svn_ra_
sess=0x8655778, url=0x87b3978 "/logistix", revision=-1, pool=0x87a1eb0)
at /build/
#14 0xb73fb120 in svn_ra_
at /build/
#15 0xb792936f in svn_ra_
at /build/
#16 0xb6c50e64 in ?? () from /var/lib/
#17 0x0858cdf0 in ?? ()
#18 0xbfb09c60 in ?? ()
#19 0x087a1eb0 in ?? ()
#20 0x00000000 in ?? ()
(gdb)
This is a crash in the python subversion bindings - reassigning there.