>Ervin Peters: > >> I recently changed my system (gentoo x86, Gnome) to utf-8 locale. >> Afterwards scite crashes often with 'Speicherfehler' - I assume >> segfaults - while pressing some command keys like [ctrl] >> +[s] to save or [ctrl]+[cursor$x] to mark text. > > I haven't seen this. Sometimes warning messages are printed out >because of encoding failures so possibly you have an option turned on >that causes them to be errors rather than warnings. Or using a newer >version of some library that treats these as errors. A stack trace may >help find the base cause.
I'm just editing some perl:
-------------->8----------------
[EMAIL PROTECTED] /mnt/balu/pool2000/abgleich $ strace scite gdidb.pm
[...]
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 99) = 0
gettimeofday({1144231123, 957408}, NULL) = 0
ioctl(3, FIONREAD, [0]) = 0
gettimeofday({1144231123, 957528}, NULL) = 0
poll([{fd=3, events=POLLIN, revents=POLLIN}, {fd=4, events=POLLIN}], 2, 100) =
1ioctl(3, FIONREAD, [64]) = 0
read(3, "\0032|A\265\271\227\4\25\1\0\0\4\0\200\2\0\0\0\0\227\1"..., 64) = 64
gettimeofday({1144231124, 10604}, NULL) = 0
gettimeofday({1144231124, 10913}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
[2]+ Done scite gdidb.pm
-------------->8----------------
What was the last action (gdidb.pm attached)
I pointed the cursor to some code in line 142 and try to write FIRST instead of
first. While pressing the left shift key scite died.
afterwards I wanted to copy some code from scite in this email and ran scite
gdipm &, but while pressing the left shift key scite disappears again. I
attached that perl file, for testing and debugging purposes.
As I mentioned before I'm running an nearly uptodate gentoo x86 System.
>
> Neil
>
>_______________________________________________
>Scite-interest mailing list
>[email protected]
>http://mailman.lyra.org/mailman/listinfo/scite-interest
gdidb.pm
Description: Binary data
_______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
