AW: Cursorline
Bert Wesarg
wesarg at informatik.uni-halle.de
Tue Jan 30 13:57:05 CET 2007
Ludger.Papenkort at dlr.de wrote:
> Hi Bert,
>
> i just rebuild the doc, but i get again the bus error with core dump.
>
> Another idea ?
The next step would to get a back trace from the core dump. I don't know
the hpux compiler, but you need to add debugging options to the compiler
in the makefile you use (these are under makefile/Makefile.<your arch>)
(in linux -g -O0)
Then start the nedit within an debugger (on linux this is gdb)
$ gdb ./source/nedit
and start it (again linux)
$ run
now there should be the bus error, now type:
$ bt
and send the output
Bert
>
> Thanx,
> Ludger
>
>
> -----Ursprüngliche Nachricht-----
> Von: discuss-bounces at nedit.org [mailto:discuss-bounces at nedit.org] Im Auftrag von Bert Wesarg
> Gesendet: Dienstag, 30. Januar 2007 12:43
> An: General NEdit discussion list
> Betreff: Re: Cursorline
>
> Hi,
>
> have you tried to rebuild the help files, maybe there is something missing:
>
> make docs
>
> Bert
>
> Ludger.Papenkort at dlr.de wrote:
>> Hallo,
>>
>> your discussion about the color (brightness, darkness, etc., pp.) of the
>> cursorline is very interesting, but is there anybody, who can offer me a
>> working source tree with a working patch of the highlighted cursorline
>> ???
>>
>> I tried the current source tree with an actual patch from Throsten:
>>
>> - patching the source tree worked without any errors
>> - compiling the patched source tree worked without any errors
>> - starting nedit results in a core dump (bus error).
>>
>> I'm working under hpux 10.2 and 11.xx.
>>
>> Is there a possibility to include the cursorline patch into the official
>> release ?
>>
>> Thanx,
>> Ludger
More information about the Discuss
mailing list