I have GDB attached to a deadlocked ap开发者_如何学Goplication written with pthreads. There are ~10 threads that are all blocked, and I\'d like to know which locks are held by which threads. This is p
My professor posted this online for a lab this week, but I missed the tutorial and didn\'t find how to do this. Does anyone know? It is just a simple command line thing, but I have been hunting around
I have problem with gdb, it wasn\'t stop in one function. Can you explain why and how to stop program after calling strcpy?
I\'m having a very tough time debugging a multi-threaded C application that I\'ve made a few changes to. I\'ve been unable to use GDB to help identify the issue(see below code for more info).
this en.wikipedia.org/wiki/Hot_swapping#cite_note-1 says that VS can do it with the help of its debugger. Does gdb provide a similar functionality ?
I have a ~/.gdb开发者_如何转开发init file which is loosely based on How do I set these break points in ~/.gdbinit?.Allegedly, gdb is supposed to source ~/.gdbinit when it launches.However, it\'s not l
On analysis of the core of a process (terminated by signal 6), on LINUX, stack bt shows : Core was generated by `/opt/namsam/pac_rrc_qx_e1/bin/rrcprb\'.
I have a stack trace that looks like this: #30x00007fffde86c206 in GetMedia (p_ml=0xb91560, id=<value optimized out>, select=ML_MEDIA, reload=<value optimized out>) at ../../../modules/me
I use a cross platform 开发者_StackOverflowtoolkit which wraps Objective-C so i do not/can not use XCode.
I am trying to debug a segmentation fault caused by my C program using gdb. A core dump file is not automatically generated when I run my program,and i have to run the command