Re: [ros-users] rosconsole segfault in xenomai-linked applic…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] rosconsole segfault in xenomai-linked application
>
> is it OK if the FilterBase * pointer is null? (maybe it means use no
> filter?).



Yes, that's fine.

That backtrace is odd... the line of code it's crashing on is:
fprintf(f, "%s\n", ss.str().c_str());

The only thing I can think of that might crash it is if somehow the string
being passed is not null terminated, or if there's some memory corruption or
something.

Can you run the app in valgrind and see if it finds anything?

Josh