gdb is driving me mad. For some absurd reason, I cannot debug on the dedicated server:
| Code: |
(gdb) run
Starting program: /home/[cut]/pokerth/bin/pokerth_server
[Thread debugging using libthread_db enabled]
[New Thread -1211877712 (LWP 32597)]
Starting PokerTH dedicated server. Availability: IPv6 0, SCTP 0, Dual Stack 0.
Could not open /proc/32600/status
(gdb) continue
Continuing.
Could not open /proc/32600/status
(gdb)
|
The "Could not open /proc/32600/status" is a gdb error message.
Google tells me that this seems to be a problem related to requesting thread ids through proc when they are not visible. But I could not find any solution.
Does anyone know what to do?
Edit:
I suppose there is nothing that can be done about this:
http://bugzilla.openvz.org/show_bug.cgi?id=487
Resolved - Wontfix
