This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updated patch for Bug 13217 - thread apply all detach throws a SEGFAULT


On 09/26/2012 04:44 PM, ali_anwar wrote:
Fixed a formating issue...

Attached patch is for Bug 13217 - "thread apply all detach throws a SEGFAULT".

Issue:
Segmentation fault was coming from invalid access to tp->* i.e "tp->ptid".


Fix:
Check if the thread is valid before we apply a command
Check for the thread count after executing a command on every thread

Testing:
* Tested on powerpc-linux as well as i686-pc-linux
* Also checked with valgrind

Test case:
Added a test case to test "thread apply all detach" command

Regards,
-Ali


My last patch was not recieved so please ignore the line "Fixed the formating issue...".

-Ali


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]