Any information that can be picked from this stack

P

parag

#19 0x00000000026b5140 in ?? ()
#20 0x00000000026b55c0 in ?? ()
#21 0x00000000026b5a40 in ?? ()
#22 0x0000002aee21b948 in ?? ()
#23 0x0000002a9566b368 in _rtld_local () from /lib64/ld-linux-
x86-64.so.2
#24 0x00000001ae5619c0 in ?? ()
#25 0x000000000251e280 in std::__ioinit ()
#26 0x0000000000000000 in ?? ()
Command exited with non-zero status 1


Can any information be picked out from the above stack?
 
N

Nick Keighley

#19 0x00000000026b5140 in ?? ()
#20 0x00000000026b55c0 in ?? ()
#21 0x00000000026b5a40 in ?? ()
#22 0x0000002aee21b948 in ?? ()
#23 0x0000002a9566b368 in _rtld_local () from /lib64/ld-linux-
x86-64.so.2
#24 0x00000001ae5619c0 in ?? ()
#25 0x000000000251e280 in std::__ioinit ()
#26 0x0000000000000000 in ?? ()
Command exited with non-zero status 1

Can any information be picked out from the above stack?

you are using Linux. You called ioinit possibly indirectly.
You need to give more context.
 
M

Michael Doubez

you are using Linux. You called ioinit possibly indirectly.
You need to give more context.

Your are on a 64 bit architecture and you didn't compile in static
mode.

My crystalball tells me your memory is corrupted.
Maybe you are writing out of bounds somewhere in your code or you are
using uninitialized/deleted data. Valgrind would be your friend.
 
M

Maxim Yegorushkin

Nick said:
you are using Linux. You called ioinit possibly indirectly.
You need to give more context.

std::__ioinit is the object that initialises the standard streams std::cout,
std::cin, etc... This initialisation happens prior to entering main().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top