Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbus
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 244
    • Issues 244
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 30
    • Merge Requests 30
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dbus
  • dbus
  • Issues
  • #124

Closed
Open
Created Apr 01, 2015 by Bugzilla Migration User@bugzilla-migration

test-fdpass fails on FreeBSD 10.1

Submitted by Thiago Macieira @thiago

Assigned to D-Bus Maintainers

Link to original bug (#89856)

Description

Test output:

/relay: ....OK /limit: ....OK /too-many/plus1: ....OK /too-many/plus2: ....OK /too-many/plus17: ....OK /too-many/split: ....OK /flood/1: .....OK /flood/half-limit: ......OK /flood/over-half-limit: .......OK /flood/limit: ........OK /odd-limit/minus1: ....OK /odd-limit/at: .....** ERROR:fdpass.c:739:test_odd_limit: assertion failed: (dbus_message_contains_unix_fds (incoming))

Backtrace:

#0  0x00000008017d96ca in thr_kill () from /lib/libc.so.7
#1  0x00000008018ae149 in abort () from /lib/libc.so.7
#2  0x00000008010ca487 in g_assertion_message () from /usr/local/lib/libglib-2.0.so.0
#3  0x00000008010ca4ee in g_assertion_message_expr () from /usr/local/lib/libglib-2.0.so.0
#4  0x00000000004075d0 in test_odd_limit (f=0x803059160, data=0x0) at fdpass.c:739
#5  0x00000008010ca00f in g_test_queue_destroy () from /usr/local/lib/libglib-2.0.so.0
#6  0x00000008010ca265 in g_test_queue_destroy () from /usr/local/lib/libglib-2.0.so.0
#7  0x00000008010c9416 in g_test_run_suite () from /usr/local/lib/libglib-2.0.so.0
#8  0x00000008010c92ad in g_test_run () from /usr/local/lib/libglib-2.0.so.0
#9  0x00000000004041c1 in main (argc=1, argv=0x7fffffffe7f8) at fdpass.c:872

734 735 g_assert_cmpuint (g_queue_get_length (&f->messages), ==, 1); 736 737 incoming = g_queue_pop_head (&f->messages); 738 739 g_assert (dbus_message_contains_unix_fds (incoming)); 740 g_assert_cmpstr (dbus_message_get_destination (incoming), ==, NULL); 741 g_assert_cmpstr (dbus_message_get_error_name (incoming), ==, NULL); 742 g_assert_cmpstr (dbus_message_get_interface (incoming), ==, 743 "com.example.Hello");

Version: git master

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None