Ofunniku / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 0 forks source link

Ubuntu amd64: infinite loop right after the start #337

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After building it myself from the source, it took me some time to figure out 
that it needs additional privileges for ptrace to work. But that's not THE 
problem.

It still doesn't work. It hangs just after the start. There is a torrent of 
messages in the log. I've truncated it a bit, because it spams the following 
lines repeatedly:

2011-Jun-16 20:08:00.532 TRACE  core    STARTING ATTACH 1 
[src/dfinstancelinux.cpp:149] (attach)
2011-Jun-16 20:08:00.533 TRACE  core    ALREADY ATTACHED SKIPPING... 2 
[src/dfinstancelinux.cpp:152] (attach)
2011-Jun-16 20:08:00.533 TRACE  core    STARTING DETACH 2 
[src/dfinstancelinux.cpp:182] (detach)
2011-Jun-16 20:08:00.533 TRACE  core    NO NEED TO DETACH SKIPPING... 1 
[src/dfinstancelinux.cpp:185] (detach)

And yeah, DwarfTherapist was compiled as amd64 application.

Original issue reported on code.google.com by WaaaGH.M...@gmail.com on 16 Jun 2011 at 4:28

Attachments:

GoogleCodeExporter commented 9 years ago
Will look into 64-bit support for 0.6.13.

Original comment by ehler...@gmail.com on 6 Mar 2012 at 3:07