On Fri, Nov 18 2016 at 21:50 CET, ja...@inspiresomeone.us writes:
> Control: tags -1 - moreinfo unreproducible
>
> On Wed, Nov 16, 2016 at 05:20:52PM +0100, Janusz S. Bień wrote:
>> Another crash,  still a not typical one:
>
> I might have found what's causing it.  Try setting environment variable
> G_SLICE=always-malloc before evince runs and see if that stops the
> crashes.

Unfortunately the crashes still occur.

Best regards

Janusz

--8<---------------cut here---------------start------------->8---

[...]

jsbien@VivoPC-D8:/mnt/MyBookT2/BitBucket/Parkosz/parkosz-traktat/Latin$ ps aux 
| grep evince | grep -v grep 
jsbien   24942  0.0  0.0 187248  4156 ?        Ssl  06:01   0:00 
/usr/lib/evince/evinced
jsbien   24946  1.0  0.9 1053680 77776 ?       Sl   06:01   0:01 
/usr/bin/evince file:///mnt/MyBookT2/
jsbien@VivoPC-D8:/mnt/MyBookT2/BitBucket/Parkosz/parkosz-traktat/Latin$ gdb 
$(which evince) 24946

[...]

Reading symbols from /usr/bin/evince...Reading symbols from 
/usr/lib/debug/.build-id/e8/82e4684f58f449dc11bda4147b67295eeb60be.debug...done.
done.
Attaching to program: /usr/bin/evince, process 24946
[New LWP 24947]
[New LWP 24948]
[New LWP 24950]
[New LWP 24951]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f408347b56d in poll () at ../sysdeps/unix/syscall-template.S:84
84      ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) cont
Continuing.
[New Thread 0x7f405d076700 (LWP 25004)]
[New Thread 0x7f405c875700 (LWP 25005)]
[New Thread 0x7f405d877700 (LWP 25006)]
[New Thread 0x7f407950c700 (LWP 25007)]
[Thread 0x7f407950c700 (LWP 25007) exited]
[Thread 0x7f405c875700 (LWP 25005) exited]
[Thread 0x7f405d076700 (LWP 25004) exited]
[Thread 0x7f405d877700 (LWP 25006) exited]
[New Thread 0x7f405d877700 (LWP 25020)]
[New Thread 0x7f405d076700 (LWP 25021)]
[Thread 0x7f405d877700 (LWP 25020) exited]
[New Thread 0x7f405d877700 (LWP 25029)]
[New Thread 0x7f405c875700 (LWP 25030)]
[New Thread 0x7f407950c700 (LWP 25031)]
[Thread 0x7f405d877700 (LWP 25029) exited]
[Thread 0x7f407950c700 (LWP 25031) exited]
[Thread 0x7f405c875700 (LWP 25030) exited]
[New Thread 0x7f405c875700 (LWP 25032)]
[Thread 0x7f405c875700 (LWP 25032) exited]
[Thread 0x7f405d076700 (LWP 25021) exited]
[New Thread 0x7f405d076700 (LWP 25037)]
[New Thread 0x7f405c875700 (LWP 25038)]
[New Thread 0x7f407950c700 (LWP 25039)]
[New Thread 0x7f405d877700 (LWP 25040)]
[Thread 0x7f405d877700 (LWP 25040) exited]
[Thread 0x7f405d076700 (LWP 25037) exited]
[Thread 0x7f405c875700 (LWP 25038) exited]
[New Thread 0x7f405c875700 (LWP 25041)]
[New Thread 0x7f405d076700 (LWP 25042)]
[New Thread 0x7f405d877700 (LWP 25043)]
[Thread 0x7f407950c700 (LWP 25039) exited]
[Thread 0x7f405d076700 (LWP 25042) exited]
[Thread 0x7f405d877700 (LWP 25043) exited]
[Thread 0x7f405c875700 (LWP 25041) exited]
[New Thread 0x7f405c875700 (LWP 25044)]
[Thread 0x7f405c875700 (LWP 25044) exited]
[New Thread 0x7f405c875700 (LWP 25143)]
[New Thread 0x7f405d877700 (LWP 25144)]
[New Thread 0x7f405d076700 (LWP 25145)]
[New Thread 0x7f407950c700 (LWP 25146)]
[Thread 0x7f405c875700 (LWP 25143) exited]
[Thread 0x7f407950c700 (LWP 25146) exited]
[Thread 0x7f405d877700 (LWP 25144) exited]
[New Thread 0x7f405d877700 (LWP 25154)]
[Thread 0x7f405d877700 (LWP 25154) exited]

Thread 26 "pool" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f405d076700 (LWP 25145)]
0x00007f4083cc244f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) quit

[...]

jsbien@VivoPC-D8:/mnt/MyBookT2/BitBucket/Parkosz/parkosz-traktat/Latin$ 
printenv | grep G_SLICE
G_SLICE=always-malloc
jsbien@VivoPC-D8:/mnt/MyBookT2/BitBucket/Parkosz/parkosz-traktat/Latin$ ps aux 
| grep evince | grep -v grep 
jsbien   25251  0.0  0.0 187248  4212 ?        Ssl  06:23   0:00 
/usr/lib/evince/evinced
jsbien   25255  5.7  1.2 1164672 100600 ?      Sl   06:23   0:00 
/usr/bin/evince file:///mnt/MyBookT2/
jsbien@VivoPC-D8:/mnt/MyBookT2/BitBucket/Parkosz/parkosz-traktat/Latin$ gdb 
$(which evince) 25255

[...]

Reading symbols from /usr/bin/evince...Reading symbols from 
/usr/lib/debug/.build-id/e8/82e4684f58f449dc11bda4147b67295eeb60be.debug...done.
done.
Attaching to program: /usr/bin/evince, process 25255
[New LWP 25256]
[New LWP 25257]
[New LWP 25259]
[New LWP 25260]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007ffb0621256d in poll () at ../sysdeps/unix/syscall-template.S:84
84      ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) cont
Continuing.
[New Thread 0x7ffadaffd700 (LWP 25284)]
[New Thread 0x7ffae0e25700 (LWP 25285)]
[New Thread 0x7ffaf7fff700 (LWP 25286)]
[New Thread 0x7ffad9ffb700 (LWP 25287)]
[Thread 0x7ffad9ffb700 (LWP 25287) exited]
[Thread 0x7ffaf7fff700 (LWP 25286) exited]
[Thread 0x7ffae0e25700 (LWP 25285) exited]
[New Thread 0x7ffae0e25700 (LWP 25293)]
[Thread 0x7ffae0e25700 (LWP 25293) exited]
[New Thread 0x7ffae0e25700 (LWP 25294)]
[New Thread 0x7ffaf7fff700 (LWP 25295)]
[New Thread 0x7ffad9ffb700 (LWP 25296)]
[Thread 0x7ffae0e25700 (LWP 25294) exited]
[Thread 0x7ffadaffd700 (LWP 25284) exited]
[Thread 0x7ffad9ffb700 (LWP 25296) exited]
[Thread 0x7ffaf7fff700 (LWP 25295) exited]
[New Thread 0x7ffaf7fff700 (LWP 25305)]
[New Thread 0x7ffad9ffb700 (LWP 25306)]
[Thread 0x7ffad9ffb700 (LWP 25306) exited]
[New Thread 0x7ffad9ffb700 (LWP 25309)]
[New Thread 0x7ffadaffd700 (LWP 25310)]
[New Thread 0x7ffae0e25700 (LWP 25311)]
[Thread 0x7ffae0e25700 (LWP 25311) exited]
[Thread 0x7ffad9ffb700 (LWP 25309) exited]
[Thread 0x7ffaf7fff700 (LWP 25305) exited]
[New Thread 0x7ffaf7fff700 (LWP 25313)]
[New Thread 0x7ffad9ffb700 (LWP 25314)]
[New Thread 0x7ffae0e25700 (LWP 25315)]
[Thread 0x7ffadaffd700 (LWP 25310) exited]
[Thread 0x7ffae0e25700 (LWP 25315) exited]
[Thread 0x7ffad9ffb700 (LWP 25314) exited]

Thread 19 "pool" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffaf7fff700 (LWP 25313)]
0x00007ffb06a5944f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) quit
--8<---------------cut here---------------end--------------->8---



-- 
                           ,   
Prof. dr hab. Janusz S. Bien -  Uniwersytet Warszawski (Katedra Lingwistyki 
Formalnej)
Prof. Janusz S. Bien - University of Warsaw (Formal Linguistics Department)
jsb...@uw.edu.pl, jsb...@mimuw.edu.pl, http://fleksem.klf.uw.edu.pl/~jsbien/

Reply via email to