Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rosviz dies with an assertion failure (ros-pkg ticket #1049) #96

Closed
hershwg opened this issue Sep 19, 2012 · 1 comment
Closed

Rosviz dies with an assertion failure (ros-pkg ticket #1049) #96

hershwg opened this issue Sep 19, 2012 · 1 comment
Labels

Comments

@hershwg
Copy link
Member

hershwg commented Sep 19, 2012

I just saw rviz die with the following assertion failure:

{{{
[ERROR] 1236727864.988674000: Received error message in header for connection to [TCPROS connection to [10.0.8.233:58372]]: [Client [/rviz_1236727652780907000] wants topic /mechanism_state to have md5sum 2fc442e85b325b48a5c28bfff1aec3e8, but it has 585c3fbea1beaaf24f6019967910d0c5. Dropping connection.]
[FATAL] 1236728173.092255000: ASSERTION FAILED
file = /u/eitan/code/ros/ros-pkg/visualization/ogre_tools/src/ogre_tools/point_cloud.cpp
line = 285
cond = num_points <= point_count_
}}}

I also managed to get a backtrace from the core file:

{{{
#0 ogre_tools::PointCloud::popPoints (this=0x8a9f3f8, num_points=905) at /usr/include/c++/4.2/bits/stl_iterator.h:653
#1 0xb6ac29c9 in rviz::PointCloudBase::update (this=0x8a9f0a8, dt=0.0350000001)

at /u/eitan/code/ros/ros-pkg/visualization/rviz/src/rviz/displays/point_cloud_base.cpp:271

#2 0xb6a70d34 in rviz::VisualizationManager::onUpdate (this=0x89a10e0, event=@0xbfefb484)

at /u/eitan/code/ros/ros-pkg/visualization/rviz/src/rviz/visualization_manager.cpp:246

#3 0xb61590e1 in wxAppConsole::HandleEvent () from /usr/lib/libwx_baseu-2.8.so.0
#4 0xb6200b88 in wxEvtHandler::ProcessEventIfMatches () from /usr/lib/libwx_baseu-2.8.so.0
#5 0xb6200d74 in wxEvtHandler::SearchDynamicEventTable () from /usr/lib/libwx_baseu-2.8.so.0
#6 0xb6200e33 in wxEvtHandler::ProcessEvent () from /usr/lib/libwx_baseu-2.8.so.0
#7 0xb6511921 in wxTimerBase::Notify () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#8 0xb63ecec5 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0xb57ec436 in ?? () from /usr/lib/libglib-2.0.so.0
#10 0xb57ebcc6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0xb57ef083 in ?? () from /usr/lib/libglib-2.0.so.0
#12 0xb57ef467 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#13 0xb5b4c264 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0xb63e371c in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#15 0xb648632e in wxAppBase::MainLoop () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0xb6485981 in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#17 0xb619505a in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#18 0xb6195107 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#19 0x0804d1e0 in main (argc=Cannot access memory at address 0x0

) at /u/eitan/code/ros/ros-pkg/visualization/rviz/src/rviz/visualizer_app.cpp:188
}}}

trac data:

@hershwg
Copy link
Member Author

hershwg commented Sep 19, 2012

[jfaust] Fairly certain this is fixed as of r13655

@hershwg hershwg closed this as completed Sep 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant