Bug #1578
Confusing gdb detach message
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
(gdb) ^Dquit
The program is running. Quit anyway (and detach it)? (y or n) y
Detaching from program: /pfs/@@-1:00003/pkg/bin/myprog, process 1354
Related todos
History
Updated by corecode over 3 years ago
Hasso Tepper wrote:
> (gdb) ^Dquit
> The program is running. Quit anyway (and detach it)? (y or n) y
> Detaching from program: /pfs/@@-1:00003/pkg/bin/myprog, process 1354
Is your /usr a symlink or a null mount? Works properly here with a null
mount.
cheers
simon
Updated by hasso over 3 years ago
null mount:
/pfs/@@-1:00003 on /usr (null, local)
Still reproduceable with the latest master. Execute the app
from /usr/pkg/bin/* (a lot of X apps normally), attach dgb to it (gdb -p) and
then quit from gdb.