Closed GoogleCodeExporter closed 9 years ago
I think the issue is that the kernel you are compiling against is too old. I am
not sure what version PTRACE_EVENT_CLONE was introduced, but it is necessary
for debugging threads :-(.
Original comment by evan.teran
on 2 Jun 2013 at 5:05
Please try the latest SVN version, I believe I made it possible to compile the
code without kernel support for PTRACE_EVENT_CLONE.
Original comment by evan.teran
on 3 Jun 2013 at 2:33
[deleted comment]
[deleted comment]
Thanks, Evan, the issue has been solved with the latest SVN version.
Seems there is another issue with this svn version.
When exit edb, suppose the terminal of "edb output" should be closed
automatically at the same time, but with this version, the "edb output" termail
won't close when exit edb, and the debugging program will go on running in the
"edb output" window.
Original comment by bridg...@gmail.com
on 6 Jun 2013 at 2:00
It should close when edb exits cleanly. Is there any messages on the output of
edb which seem noteworthy? Also which terminal is being launched? I've
experienced difficulties in the past with terminals besides xterm.
Original comment by evan.teran
on 6 Jun 2013 at 1:33
[deleted comment]
[deleted comment]
> Is there any messages on the output of edb which seem noteworthy?
The edb output show message of the running process, just like that run at
terminal directly.
I'm sorry it's not convenient to past the output message of this case here.
I'll try to find another case and share the output message if needed.
> Also which terminal is being launched?
I try terminals on both Linux and Solaris.
Linux: shell - Konsole
Solaris: Terminal
Original comment by bridg...@gmail.com
on 7 Jun 2013 at 7:43
The primary issue being discussed has long been fixed
Original comment by evan.teran
on 8 Jan 2014 at 3:49
Original issue reported on code.google.com by
bridg...@gmail.com
on 8 May 2013 at 4:39Attachments: