Re: [Mac-emacs-users] Bus error when attempting to run two emacs -nw on 10.1.5
Brought to you by:
akochoi
|
From: Henrik H. <ki...@ma...> - 2002-06-26 17:02:05
|
On Tuesday, June 25, 2002, at 06:02 PM, Andrew Choi wrote: > Strangely, if one starts up Emacs in gdb, one can start up multiple > versions. So the problem seems to have something to do with reading > symbols in shared libraries. > > You can have a file ~/gdb_run_emacs_commands containing the two lines: > > run > quit > > and start Emacs like this: > > gdb --command=~/gdb_run_emacs_commands --args emacs -nw Which version of gdb are you using? I get the message, % gdb --command=~/gdb_run_emacs_commands --args emacs -nw /usr/libexec/gdb/gdb-powerpc-apple-macos10: unrecognized option `--args' Use `/usr/libexec/gdb/gdb-powerpc-apple-macos10 --help' for a complete list of options. with % gdb --version GNU gdb 5.0-20001113 (Apple version gdb-203) (Wed Nov 7 16:28:57 GMT 2001) (UI_OUT) > Beyond that I welcome any suggestions. I wish I had any :/ Henrik |