Skip Menu |

This queue is for tickets about the Net-DBus CPAN distribution.

Report information
The Basics
Id: 22812
Status: resolved
Priority: 0/
Queue: Net-DBus

People
Owner: Nobody in particular
Requestors: cweyl [...] alumni.drew.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: tests fail: "arguments to dbus_message_set_reply_serial() were incorrect"
Date: Sat, 4 Nov 2006 10:40:04 -0800
To: bug-Net-DBus [...] rt.cpan.org
From: "Chris Weyl" <cweyl [...] alumni.drew.edu>
This is with the regex in bug #21102 applied. perl Makefile.PL ; make both work w/o incident. Make test fails several tests with: [cweyl@zeus Net-DBus-0.32.2]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-constants............ok t/15-message..............ok t/20-callback.............ok t/25-reactor..............ok t/30-server...............ok t/40-introspector.........ok t/50-object-introspect....ok t/60-object-props.........ok 1/1322735: arguments to dbus_message_set_reply_serial() were incorrect, assertion "reply_serial != 0" failed in file dbus-message.c line 405. This is normally a bug in some application using the D-Bus library. No memory to allocate message at /home/cweyl/rpms/perl-Net-DBus/Net-DBus-0.32.2/blib/lib/Net/DBus/Binding/Message/MethodReturn.pm line 38. # Looks like you planned 13 tests but only ran 3. # Looks like your test died just after 3. t/60-object-props.........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-13 Failed 10/13 tests, 23.08% okay t/65-object-magic.........ok 1/722737: arguments to dbus_message_set_reply_serial() were incorrect, assertion "reply_serial != 0" failed in file dbus-message.c line 405. This is normally a bug in some application using the D-Bus library. No memory to allocate message at /home/cweyl/rpms/perl-Net-DBus/Net-DBus-0.32.2/blib/lib/Net/DBus/Binding/Message/MethodReturn.pm line 38. # Looks like you planned 7 tests but only ran 3. # Looks like your test died just after 3. t/65-object-magic.........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-7 Failed 4/7 tests, 42.86% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/60-object-props.t 255 65280 13 20 153.85% 4-13 t/65-object-magic.t 255 65280 7 8 114.29% 4-7 Failed 2/9 test scripts, 77.78% okay. 14/88 subtests failed, 84.09% okay. make: *** [test_dynamic] Error 255 -- Chris Weyl Ex astris, scientia
This was a problem in the test suite when the dbus libraries are built with assertions enabled. Normal use of the Net::DBus modules in applications should not be affected. The test suite code is itself fixed in the 0.33.3 release from a couple of months back, so this bug is no longer a problem.