Summary: | dbus_transport_ref assertation on threaded dbus_connection_send_with_reply_and_block() calls | ||
---|---|---|---|
Product: | dbus | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | core | Assignee: | D-Bus Maintainers <dbus> |
Status: | RESOLVED DUPLICATE | QA Contact: | D-Bus Maintainers <dbus> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.8 | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
testcase source
CMake build file |
Description
Ralf Habacker
2015-05-05 12:45:56 UTC
Created attachment 115546 [details]
testcase source
Created attachment 115547 [details]
CMake build file
I used the following command line to run the test case: DBUS_FATAL_WARNINGS=0 LD_LIBRARY_PATH=/home/xxx/dbus-1.8/usr/local/lib gdb ./dbus-test (In reply to Ralf Habacker from comment #0) > assertion failed "transport->refcount > 0" file > "/home/xxx/src/dbus-1.8/dbus/dbus-transport.c" line 462 function > _dbus_transport_ref This could be Bug #90312? (In reply to Simon McVittie from comment #4) > (In reply to Ralf Habacker from comment #0) > > assertion failed "transport->refcount > 0" file > > "/home/xxx/src/dbus-1.8/dbus/dbus-transport.c" line 462 function > > _dbus_transport_ref > > This could be Bug #90312? Will rerun test case with recent dbus-1.8 source, which includes the related patch. (In reply to Ralf Habacker from comment #5) > (In reply to Simon McVittie from comment #4) > > (In reply to Ralf Habacker from comment #0) > > > assertion failed "transport->refcount > 0" file > > > "/home/xxx/src/dbus-1.8/dbus/dbus-transport.c" line 462 function > > > _dbus_transport_ref > > > > This could be Bug #90312? > > Will rerun test case with recent dbus-1.8 source, which includes the related > patch. running the test case with the related patch applied did not produce the error after 24 hours of running, while without the patch the error happens after 1-2 hours. (In reply to Ralf Habacker from comment #6) > running the test case with the related patch applied did not produce the > error after 24 hours of running, while without the patch the error happens > after 1-2 hours. Thanks for checking this! I think we can call this a duplicate of Bug #90312 based on your testing. Fixed in git for 1.8.18 and 1.9.16. *** This bug has been marked as a duplicate of bug 90312 *** (In reply to Simon McVittie from comment #7) > Fixed in git for 1.8.18 and 1.9.16. Er, I mean, fixed in 1.8.18 and 1.9.16 which were already released. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.