[Bug other/61895] libbacktrace crashes with bus error with empty file argv[0]

2014-08-01 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61895 Ian Lance Taylor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version|4.10.0

[Bug other/61895] libbacktrace crashes with bus error with empty file argv[0]

2014-08-01 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61895 --- Comment #4 from ian at gcc dot gnu.org --- Author: ian Date: Sat Aug 2 00:54:15 2014 New Revision: 213513 URL: https://gcc.gnu.org/viewcvs?rev=213513&root=gcc&view=rev Log: PR other/61895 runtime: Ignore small argv[0] file for backtrac

[Bug other/61895] libbacktrace crashes with bus error with empty file argv[0]

2014-08-01 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61895 --- Comment #3 from ian at gcc dot gnu.org --- Author: ian Date: Sat Aug 2 00:53:58 2014 New Revision: 213512 URL: https://gcc.gnu.org/viewcvs?rev=213512&root=gcc&view=rev Log: PR other/61895 runtime: Ignore small argv[0] file for backtrac

[Bug other/61895] libbacktrace crashes with bus error with empty file argv[0]

2014-08-01 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61895 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug other/61895] libbacktrace crashes with bus error with empty file argv[0]

2014-07-28 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61895 --- Comment #1 from Dominik Vogt --- > execv(argv[0], &argv[1]); ^^^ ^^^ 1 2 Sorry.