|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
dbus-string.c problem ?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 I don't under stand the function unknown function part. Thanks for any help _______________________________________________ dbus mailing list dbus@... http://lists.freedesktop.org/mailman/listinfo/dbus |
|
|
Re: dbus-string.c problem ?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. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Senior Product Manager - Nokia, Qt Development Frameworks PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 _______________________________________________ dbus mailing list dbus@... http://lists.freedesktop.org/mailman/listinfo/dbus |
|
|
Re: dbus-string.c problem ?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". Thanks for the reply _______________________________________________ dbus mailing list dbus@... http://lists.freedesktop.org/mailman/listinfo/dbus |
|
|
Re: dbus-string.c problem ?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". > 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 _______________________________________________ dbus mailing list dbus@... http://lists.freedesktop.org/mailman/listinfo/dbus |
| Free embeddable forum powered by Nabble | Forum Help |