[Touch-packages] [Bug 571356] Re: gdbtui shows "dl-debug.c:77: No such file or directory."

2018-05-20 Thread Jay Ache
Can confirm, this problem exists on GNU gdb (Ubuntu
7.7.1-0ubuntu5~14.04.3) 7.7.1

Compile:
gcc hello.c -g -o hello

run gdb:
gdb -tui hello

in gdb, start your program:
(gdb) run

displayed:
dl-debug.c:74 No such file or directory
dl-debug.c:74 No such file or directory
[Inferior 1 (process ) exited normally]

Do not get program output.

Starting gdb without -tui seems to work fine.

On Ubuntu Windows Subsystem for Linux (WSL)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/571356

Title:
  gdbtui shows "dl-debug.c:77: No such file or directory."

Status in gdb package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdb

  Using gdbtui to run a simple program shows "dl-debug.c:77: No such
  file or directory." repeatedly.  It seems that debugging can continue
  normally.

  Observed on
 Ubuntu 10.04 LTS
 g++ 4:4.4.3-1ubuntu1
 gdb version 7.1-1ubuntu2

  To reproduce:
  1) Create a dumb program, e.g. foo.cpp:
   int main(int argc, char *argv[]) {return 0; }
  2) Compile using g++ foo.cpp -o foo
  3) Fire up gdb tui using gdbtui ./foo
  4) Enter 'r' to run the program
  5) Observe the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/571356/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 571356] Re: gdbtui shows "dl-debug.c:77: No such file or directory."

2018-05-13 Thread rich painter
STILL not fixed.

4.4.0-124-generic #148~14.04.1-Ubuntu SMP Thu May 3 07:26:53 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.3) 7.7.1

any c program compiled with -g and then 
gdb -tui program
set a breakpoint
run

multiple dl-debug.c:74: No such file or directory.
will be produced.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/571356

Title:
  gdbtui shows "dl-debug.c:77: No such file or directory."

Status in gdb package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdb

  Using gdbtui to run a simple program shows "dl-debug.c:77: No such
  file or directory." repeatedly.  It seems that debugging can continue
  normally.

  Observed on
 Ubuntu 10.04 LTS
 g++ 4:4.4.3-1ubuntu1
 gdb version 7.1-1ubuntu2

  To reproduce:
  1) Create a dumb program, e.g. foo.cpp:
   int main(int argc, char *argv[]) {return 0; }
  2) Compile using g++ foo.cpp -o foo
  3) Fire up gdb tui using gdbtui ./foo
  4) Enter 'r' to run the program
  5) Observe the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/571356/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 571356] Re: gdbtui shows "dl-debug.c:77: No such file or directory."

2015-08-30 Thread Gustavo Goretkin
This also happens with `gdb -tui`

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/571356

Title:
  gdbtui shows "dl-debug.c:77: No such file or directory."

Status in gdb package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdb

  Using gdbtui to run a simple program shows "dl-debug.c:77: No such
  file or directory." repeatedly.  It seems that debugging can continue
  normally.

  Observed on
 Ubuntu 10.04 LTS
 g++ 4:4.4.3-1ubuntu1
 gdb version 7.1-1ubuntu2

  To reproduce:
  1) Create a dumb program, e.g. foo.cpp:
   int main(int argc, char *argv[]) {return 0; }
  2) Compile using g++ foo.cpp -o foo
  3) Fire up gdb tui using gdbtui ./foo
  4) Enter 'r' to run the program
  5) Observe the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/571356/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 571356] Re: gdbtui shows "dl-debug.c:77: No such file or directory."

2015-01-01 Thread Mohd Shahril Bin Zainol Abidin
This problem is still exist for me.

Linux 3.13.0-43-generic
Ubuntu 14.04.1 LTS x86_64

Gdb version:
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/571356

Title:
  gdbtui shows "dl-debug.c:77: No such file or directory."

Status in gdb package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdb

  Using gdbtui to run a simple program shows "dl-debug.c:77: No such
  file or directory." repeatedly.  It seems that debugging can continue
  normally.

  Observed on
 Ubuntu 10.04 LTS
 g++ 4:4.4.3-1ubuntu1
 gdb version 7.1-1ubuntu2

  To reproduce:
  1) Create a dumb program, e.g. foo.cpp:
   int main(int argc, char *argv[]) {return 0; }
  2) Compile using g++ foo.cpp -o foo
  3) Fire up gdb tui using gdbtui ./foo
  4) Enter 'r' to run the program
  5) Observe the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/571356/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 571356] Re: gdbtui shows "dl-debug.c:77: No such file or directory."

2014-12-06 Thread acronix
This problem still exits.

Linux 3.13.0-32-generic 
Ubuntu
Ubuntu 14.04.1 LTS
14.04
trusty
x86_64

** Changed in: gdb (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/571356

Title:
  gdbtui shows "dl-debug.c:77: No such file or directory."

Status in gdb package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gdb

  Using gdbtui to run a simple program shows "dl-debug.c:77: No such
  file or directory." repeatedly.  It seems that debugging can continue
  normally.

  Observed on
 Ubuntu 10.04 LTS
 g++ 4:4.4.3-1ubuntu1
 gdb version 7.1-1ubuntu2

  To reproduce:
  1) Create a dumb program, e.g. foo.cpp:
   int main(int argc, char *argv[]) {return 0; }
  2) Compile using g++ foo.cpp -o foo
  3) Fire up gdb tui using gdbtui ./foo
  4) Enter 'r' to run the program
  5) Observe the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/571356/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 571356] Re: gdbtui shows "dl-debug.c:77: No such file or directory."

2014-11-20 Thread Matthias Klose
closing this issue; please recheck with gdb in 14.04 LTS and 14.10. Feel
free to re-open the issue if the problem persists.

** Changed in: gdb (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/571356

Title:
  gdbtui shows "dl-debug.c:77: No such file or directory."

Status in “gdb” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gdb

  Using gdbtui to run a simple program shows "dl-debug.c:77: No such
  file or directory." repeatedly.  It seems that debugging can continue
  normally.

  Observed on
 Ubuntu 10.04 LTS
 g++ 4:4.4.3-1ubuntu1
 gdb version 7.1-1ubuntu2

  To reproduce:
  1) Create a dumb program, e.g. foo.cpp:
   int main(int argc, char *argv[]) {return 0; }
  2) Compile using g++ foo.cpp -o foo
  3) Fire up gdb tui using gdbtui ./foo
  4) Enter 'r' to run the program
  5) Observe the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/571356/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp