> On Sat, 12 Feb 2005 13:15:20 -0500, chad brown <[EMAIL PROTECTED]> said:
> At the moment, I do not have time to debug the issue, but as of a
> few days ago, the following will crash emacs:
> (set-default-font "-apple-tahoma-medium-r-normal--0-0-75-75-m-0-mac-roman")
It crashes at the fol
On 14 feb 2005, at 10.51, Sébastien Kirche wrote:
Maybe it's a bit late, but for Carbon Emacs, you can get some infos
about a
crash (threads, call stack, etc...) with "Console" app.
Yes, that's a good tip. The problem here was that Emacs didn't crash
in the way that it produced a crash log (no
Le 11 Feb 2005, Martin Fredriksson s'est exprimé ainsi :
> Is there a quick way to read up on how to get Emacs (particularly
> Carbon) to log more, run it in debug mode, or otherwise helpful things
> to get some more info about intermittent crash problems?
Maybe it's a bit late, but for Carbon E
On 12 feb 2005, at 17.04, Kim F. Storm wrote:
Unfortunately, I cannot reproduce the crash following your procedure.
That's understandable, as my description was flawed. Sorry. I try
again.
(1) gdb ./emacs
(gdb) run -q
(2) Open apa.txt, select outline minor mode (M-x outline-minor-mode)
and
At the moment, I do not have time to debug the issue, but as of a few
days ago, the following will crash emacs:
(set-default-font
"-apple-tahoma-medium-r-normal--0-0-75-75-m-0-mac-roman")
GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.8.0) of 2005-02-10 on
aluminibook.local
built with: ./configu
Martin Fredriksson <[EMAIL PROTECTED]> writes:
> Hi again Kim,
>
> Don't know if my gdb output was useful or if you already found the
> problem, but here is some more info.
>
> I can now reproduce the crash. Perhaps not the simplest way, but
> following does it.
Unfortunately, I cannot reproduce
Hi again Kim,
Don't know if my gdb output was useful or if you already found the
problem, but here is some more info.
I can now reproduce the crash. Perhaps not the simplest way, but
following does it.
(1) Start emacs without any init file and with set geometry (to make
sure my example works)
On 11 feb 2005, at 14.47, David Kastrup wrote:
You could try looking into the etc/DEBUG file.
Of course. And another "of course" is gdb. Don't know why I wasn't
thinking
I seem to be able to trigger is by doing outline operations. When it
happened I used AUCTeX and LaTeX source. The backt
Martin Fredriksson <[EMAIL PROTECTED]> writes:
> I just experienced a couple of crashes in Emacs carbon (current
> build). Just died, no message, nothing. Yes, yes, I know this is a
> stupid thing to say to you all; I'm just setting the stage for
> following even lamer question:
>
> Is there a qu