-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Crash in carla 0.9.10 #3573
Comments
I am using Carla to train a reinforcement model and keep seeing this crash regularly. |
I am using the following params |
@harmeeksinghbedi Are you still facing this issue? If so could you give some more context on the issue? Does the error happen under a certain set of circumstances? What version of CARLA are you using? @jackbart94 Could you follow up please? |
Unfortunately, without any way to reproduce this, I can't debug it. We would need more information. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `python3 Agent_auto_sac_vae_64.py -n 64_sac_retrain'.
Program terminated with signal SIGABRT, Aborted.
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
[Current thread is 1 (Thread 0x7fb49541e700 (LWP 20857))]
(gdb) where
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1 0x00007fb6548f78b1 in __GI_abort () at abort.c:79
#2 0x00007fb654940907 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7fb654a6ddfa "%s\n")
at ../sysdeps/posix/libc_fatal.c:181
#3 0x00007fb65494797a in malloc_printerr (str=str@entry=0x7fb654a6fa88 "double free or corruption (fasttop)")
at malloc.c:5350
#4 0x00007fb65494f074 in _int_free (have_lock=0, p=0x7fb42001d320, av=0x7fb420000020) at malloc.c:4230
#5 __GI___libc_free (mem=0x7fb42001d330) at malloc.c:3124
#6 0x00007fb58814f5b5 in __gnu_cxx::new_allocator<std::__detail::_Hash_node<unsigned long, false> >::deallocate (__p=, this=)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/ext/new_allocator.h:125
#7 std::allocator_traits<std::allocator<std::__detail::_Hash_node<unsigned long, false> > >::deallocate (
__p=, __n=1, __a=...)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/bits/alloc_traits.h:462
#8 std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<unsigned long, false> > >::_M_deallocate_node (this=, __n=)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/bits/hashtable_policy.h:2086
#9 std::_Hashtable<unsigned long, unsigned long, std::allocator, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, true, true> >::_M_erase (this=, __bkt=, __prev_n=, __n=)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/bits/hashtable.h:1890
#10 std::_Hashtable<unsigned long, unsigned long, std::allocator, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, true, true> >::_M_erase (this=0x7fb4200151a0, __k=)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/bits/hashtable.h:1916
#11 std::_Hashtable<unsigned long, unsigned long, std::allocator, std::__detail::_Identity, std::equal_to, std::hash, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, true, true> >::erase
(this=0x7fb4200151a0, __k=)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/bits/hashtable.h:759
#12 std::unordered_set<unsigned long, std::hash, std::equal_to, std::allocator >::erase (this=0x7fb4200151a0, __x=)
at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.5.0/../../../../include/c++/7.5.0/bits/unordered_set.h:544
#13 carla::traffic_manager::TrackTraffic::RemovePassingVehicle (this=0x55ca4a5d4e00,
waypoint_id=3126815332488097760, actor_id=)
at ../../LibCarla/source/carla/trafficmanager/TrackTraffic.cpp:147
#14 0x00007fb58814dc70 in carla::traffic_manager::TrackTraffic::DeleteActor (this=0x55ca4a5d4e00, actor_id=0)
at ../../LibCarla/source/carla/trafficmanager/TrackTraffic.cpp:110
#15 0x00007fb58814d1d0 in carla::traffic_manager::TrackTraffic::UpdateUnregisteredGridPosition (
this=0x55ca4a5d4e00, actor_id=1480, waypoints=std::vector of length 3, capacity 3 = {...})
at ../../LibCarla/source/carla/trafficmanager/TrackTraffic.cpp:17
#16 0x00007fb58810fe2d in carla::traffic_manager::ALSM::UpdateUnregisteredActorsData (this=0x55ca4a5d5868)
at ../../LibCarla/source/carla/trafficmanager/ALSM.cpp:309
#17 0x00007fb58810d8d8 in carla::traffic_manager::ALSM::Update (this=)
at ../../LibCarla/source/carla/trafficmanager/ALSM.cpp:123
#18 0x00007fb5880e12bf in carla::traffic_manager::TrafficManagerLocal::Run (this=0x55ca4a5d4c80)
at ../../LibCarla/source/carla/trafficmanager/TrafficManagerLocal.cpp:150
#19 0x00007fb64ef466df in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#20 0x00007fb654caf6db in start_thread (arg=0x7fb49541e700) at pthread_create.c:463
---Type to continue, or q to quit---
The text was updated successfully, but these errors were encountered: