dbus-string.c problem ?

Ralf Habacker ralf.habacker at freenet.de
Sun Dec 20 23:55:58 PST 2009


Paul McNary schrieb:
> Thiago Macieira wrote:
>   
>> Em Domingo 20. Dezembro 2009, às 04.38.48, Paul McNary escreveu:
>>     
>>> Hello when trying to run I get the following error:
>>>
>>> 18437: assertion failed "additional_length >= 0" file "dbus-string.c" line
>>>  867 function unknown function D-Bus not compiled with backtrace support so
>>>  unable to print a backtrace EOF in dbus-launch reading address from bus
>>>  daemon
>>>       
>> When trying to run what?
>>
>>     
>>> I don't under stand the function unknown function part.
>>>       
>> It probably is a result of the missing debug information.
>>
>>     
>
> The problem ended up where _DBUS_FUNCTION_NAME was being defined
> for some reason it was dropping past __func__ and defining it as
> "unknown function".
>   
which is defined in line 54 of 
http://cgit.freedesktop.org/dbus/dbus/tree/dbus/dbus-internals.h?h=dbus-1.2. 

Function name support is currently defined only for c99 compatible [1], 
gnu cc or msvc compiler.


Ralf

[1] http://predef.sourceforge.net/prestd.html


More information about the dbus mailing list