coredump
C++ server crashes with abort() in _UTF8_init() on free()
I\'m having problems with C++ code loaded via dlopen() by a C++ CGI server. After a while, the program crashes unexpectedly, but consistently at memory management function call (such as free(), calloc[详细]
2023-04-12 20:42 分类:问答in what condition phys_base is not 0?
phy开发者_C百科s_base is referenced in kernnel source code __phys_addr() arch/x86/mm/physaddr.c and crash also use it as a machine dependent parameter e.g. --machdep phys_base=0x200000[详细]
2023-04-12 16:10 分类:问答Linux: Snoop a signal without trashing the registers for the subsequent core dump?
When I get coredump-causing signal, I want to run my own handler to copy the siginfo_t and ucontext_t structures to global variables, so that they may be accessed in the core dump. Currently at the en[详细]
2023-04-09 22:45 分类:问答Linux(MIPS): Temporarily "change" register contents when viewing core dump
Some of the threads in my app are sat in optimized functions and when I debug the app, gdb can\'t backtrace from those functions. But I\'ve looked at the assembler and can partially unwind the stack b[详细]
2023-04-09 08:01 分类:问答files related to process core dump creation in linux kernel
just need to look for process core dump creation in linux kernel. Can anybody please point me out what files to see开发者_如何学C for x86. Specifically, i\'ll be looking for if the procedure can be tw[详细]
2023-04-07 16:13 分类:问答customise core dump
can开发者_高级运维 anybody tell me if there is a way we can force a segfault with certain specific information in it. Forcing a segfault can be done through abort(), call. But i need something[详细]
2023-04-06 14:06 分类:问答How to analyse Websphere core*.dmp file and Snap*.trc files?
All, I have my application running on websphere app server 7.0. I get some of these core dumps and trace files like[详细]
2023-04-04 06:11 分类:问答When an app crashes in ios, does it create a core dump anywhere?
Are core dumps available for ios apps? I\'ve got some nasty bugs and checking out the runtime state would be 开发者_开发技巧pretty helpful.No, I\'ve never heard of core dump\'s being done on iOS.Crash[详细]
2023-04-04 02:42 分类:问答python script to dump ELF (core and out)?
I am 开发者_开发技巧looking for a python script that can dump ELF file (of type core-dump). Any pointers to existing scripts ? I suggest you use GDB to look at the core dump file.You can control GDB[详细]
2023-04-03 19:35 分类:问答Where are core dump files stored on the iPhone?
I am writing an application in objective c. I know that the .crash and .plist files (core dump files) are viewable when iPhone is synced with the Xcode Organizer in Library/Logs/CrashReporter/MobileDe[详细]
2023-03-29 19:27 分类:问答