From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pertsserver.cs.uiuc.edu ([128.174.247.69]) by hawkwind.utcs.utoronto.ca with SMTP id <24578>; Fri, 6 Dec 1996 11:32:07 -0500 Received: (from mkgardne@localhost) by pertsserver.cs.uiuc.edu (8.8.3/8.8.3) id KAA14045; Fri, 6 Dec 1996 10:32:04 -0600 (CST) Date: Fri, 6 Dec 1996 11:32:04 -0500 Message-Id: <199612061632.KAA14045@pertsserver.cs.uiuc.edu> From: "Mark K. Gardner" To: rc@hawkwind.utcs.toronto.edu Subject: RC and GDB Blues Reply-to: mkgardne@cs.uiuc.edu Hello all, I am having trouble running gdb with rc 1.5betadev on Solaris 2.5.1 either from the command line or from within emacs. When I run from tcsh, gdb works fine. I am at a loss for where to start looking for the problem. Hints anyone? -- Mark (mkgardne@cs.uiuc.edu) -- ; gdb main GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (sparc-sun-solaris2.5), Copyright 1996 Free Software Foundation, Inc... (gdb) set args <../input (gdb) run Starting program: main <../input Program received signal SIGTRAP, Trace/breakpoint trap. Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible. 0xef7d725c in ?? () (gdb) quit The program is running. Quit anyway (and kill it)? (y or n) y