simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] tracing breaks after a few lines with abort


From: Klaus Rudolph
Subject: [Simulavr-devel] tracing breaks after a few lines with abort
Date: Mon, 23 Apr 2012 09:34:50 +0200

Hi all,

the next crash comes from:

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr

Program received signal SIGABRT, Aborted.
0xb7fe1424 in __kernel_vsyscall ()
(gdb) frame 10
#10 SystemConsoleHandler::TraceNextLine (this=0x80b6a00) at avrerror.cpp:122
(gdb) frame 16
#0  0x00000000 in ?? ()
(gdb) frame 0
#0  0xb7fe1424 in __kernel_vsyscall ()
(gdb) frame 0
#0  0xb7fe1424 in __kernel_vsyscall ()
(gdb) frame 0
#0  0xb7fe1424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7fe1424 in __kernel_vsyscall ()
#1  0xb7bb1e71 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0xb7bb534e in abort () at abort.c:92
#3  0xb7ddd4bd in __gnu_cxx::__verbose_terminate_handler () at 
../../../../libstdc++-v3/libsupc++/vterminate.cc:95
#4  0xb7ddb173 in __cxxabiv1::__terminate (handler=0xb7ddd370 
<__gnu_cxx::__verbose_terminate_handler()>) at 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:40
#5  0xb7ddb1af in std::terminate () at 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:50
#6  0xb7ddb42e in __cxxabiv1::__cxa_throw (obj=0x80d43c8, tinfo=0xb7e0d06c, 
dest=0xb7d83450 <std::out_of_range::~out_of_range()>) at 
../../../../libstdc++-v3/libsupc++/eh_throw.cc:83
#7  0xb7d7d6f4 in std::__throw_out_of_range (__s=0x809a31f 
"basic_string::substr") at ../../../../libstdc++-v3/src/functexcept.cc:82
#8  0x0805a793 in _M_check (this=0x80b6a00) at 
/usr/include/c++/4.5/bits/basic_string.h:310
#9  substr (this=0x80b6a00) at /usr/include/c++/4.5/bits/basic_string.h:2114
#10 SystemConsoleHandler::TraceNextLine (this=0x80b6a00) at avrerror.cpp:122
#11 0x080584bc in AvrDevice::Step (this=0x80b7668, address@hidden, 
nextStepIn_ns=0xbfffe880) at avrdevice.cpp:530
#12 0x08082b24 in SystemClock::Step (this=0x80b6da0, address@hidden) at 
systemclock.cpp:90
#13 0x08082d1b in SystemClock::Endless (this=0x80b6da0) at systemclock.cpp:157
#14 0x0804bde2 in SetupPrivateEnvironment () at main.cpp:137
#15 0x0804db87 in main (argc=Cannot access memory at address 0x2fb7
) at main.cpp:276
in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) (gdb) 


Is someone else using the trace functionality?

Regards
 Klaus

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]