[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CodeEditor
From: |
Fred Kiefer |
Subject: |
Re: CodeEditor |
Date: |
Wed, 24 Feb 2010 23:45:29 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 |
Am 24.02.2010 18:09, schrieb J. Jordan:
> Does anyone know of any patches for CodeEditor that might prevent it
> from crashing as soon as you type a letter into a new document? I filed
> a bug report and tried to email the developer but have not gotten any
> response. I have seen this bug talked about on the web but no solution
> was offered.
>
> debugapp shows:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff7896231 in -[NSLayoutManager(layout)
> _insertionPointRectForCharacterIndex:textContainer:] (self=0xc64280,
> _cmd=0x7ffff7d014d0, cindex=1,
> textContainer=0x7fffffffcfec) at NSLayoutManager.m:846
> 846 for (j = 0, lp = lf->points; j < lf->num_points; j++, lp++)
>
> consistently when it crashes.
>
> I would really like to use this while I am learning C, project center
> does not have line numbers and is really cantankerous about saving files.
This is clearly a bug in NSLayoutManager. We are accessing a variable
that hasn't been set. I will investigate this and try to fix it. But it
may take some time and will require that you follow SVN.
Fred
- openapp vs. ToyViewer (fwd), J. Jordan, 2010/02/23
- Re: openapp vs. ToyViewer (fwd), Truls Becken, 2010/02/23
- Re: openapp vs. ToyViewer (fwd), J. Jordan, 2010/02/23
- Re: openapp vs. ToyViewer (fwd), Truls Becken, 2010/02/23
- Re: openapp vs. ToyViewer (fwd), J. Jordan, 2010/02/23
- CodeEditor, J. Jordan, 2010/02/24
- Re: CodeEditor,
Fred Kiefer <=
- Re: CodeEditor, Richard Frith-Macdonald, 2010/02/24
- Re: CodeEditor, J. Jordan, 2010/02/25
- Re: CodeEditor, Riccardo Mottola, 2010/02/25
- Re: CodeEditor, Fred Kiefer, 2010/02/25