Your message dated Tue, 02 Jun 2015 10:21:46 +0000 with message-id <[email protected]> and subject line Bug#760075: fixed in torsocks 2.1.0-1 has caused the Debian Bug report #760075, regarding torsocks: SIGSEGV with torsocks 2.0.0 on some browsers, failure to anonimize others to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 760075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760075 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: torsocks Version: 2.0.0-1 Severity: important Dear Maintainer, ============================================================================== I upgraded torsocks from the 1.3.3 to 2.0.0 and it either SIGSEV on some browsers or else fails to anonimize others (in other words, running under tor they cannot access sites blocked by my firewall) These are the exact upgrades made: Inst tor-geoipdb [0.2.4.22-1] (0.2.4.23-1 Debian:testing [all]) [] Inst tor [0.2.4.22-1] (0.2.4.23-1 Debian:testing [i386]) Inst torsocks [1.3-3] (2.0.0-1 Debian:testing [i386]) I retested this by purging torsocks, tor and tor-geipdb and reinstalling but got the same results: - midori, iceape, firefox chromium: SIGSEGV; stack trace for midori: (gdb) exec-file midori (gdb) r Starting program: /usr/bin/midori midori warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0xb7fcd12b in tsocks_close () from /usr/lib/torsocks/libtorsocks.so #2 0xb7fcd1d4 in close () from /usr/lib/torsocks/libtorsocks.so #3 0xb46491a6 in ?? () from /usr/lib/i386-linux-gnu/libGL.so.1 #4 0xb464973b in ?? () from /usr/lib/i386-linux-gnu/libGL.so.1 #5 0xb462c7c4 in ?? () from /usr/lib/i386-linux-gnu/libGL.so.1 #6 0xb7fed86a in call_init (l=0xb46f15a0, argc=argc@entry=2, argv=argv@entry=0xbffff6c4, env=env@entry=0xbffff6d0) at dl-init.c:64 #7 0xb7fed9a4 in call_init (env=0xbffff6d0, argv=0xbffff6c4, argc=2, l=<optimized out>) at dl-init.c:36 #8 _dl_init (main_map=0xb7fff930, argc=2, argv=0xbffff6c4, env=0xbffff6d0) at dl-init.c:126 #9 0xb7fdfd3f in _dl_start_user () from /lib/ld-linux.so.2 Note that the libGL library is from the nvidia proprietary driver: => readlink -f /usr/lib/i386-linux-gnu/libGL.so.1 /usr/lib/i386-linux-gnu/nvidia/current/libGL.so.340.24 - konqueror: runs but not anonimously as firewall intercepts requests: (gdb) exec-file konqueror (gdb) r Starting program: /usr/bin/konqueror midori warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". [Aug 31 09:01:39] WARNING torsocks[8021]: [syscall] Unsupported syscall number 238. Denying the call (in tsocks_syscall() at syscall.c:165) - firefox: blocks indefinitely on a futex; tail of strace: futex(0xb7724058, FUTEX_WAKE_PRIVATE, 2147483647) = 0 readlink("/etc/malloc.conf", 0xbfef52ab, 4096) = -1 ENOENT (No such file or directory) time(NULL) = 1409493059 futex(0x806538c, FUTEX_WAIT_PRIVATE, 2, NULL C-c C-cProcess 8364 detached <detached ...> Correct behavior was restored with purge followed by: apt-get install torsocks=1.3-3 tor=0.2.4.22-1 tor-geoipdb=0.2.4.22-1 from the repository: http://snapshot.debian.org/archive/debian/20140727/ testing/main i386 Packages ============================================================================== -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 3.14-1-686-pae (SMP w/6 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages torsocks depends on: ii libc6 2.19-1 Versions of packages torsocks recommends: ii tor 0.2.4.23-1 torsocks suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: torsocks Source-Version: 2.1.0-1 We believe that the bug you reported is fixed in the latest version of torsocks, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jérémy Bobbio <[email protected]> (supplier of updated torsocks package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 02 Jun 2015 09:52:56 +0200 Source: torsocks Binary: torsocks Architecture: source amd64 Version: 2.1.0-1 Distribution: unstable Urgency: low Maintainer: Anonymity Tools Debian Maintainers <[email protected]> Changed-By: Jérémy Bobbio <[email protected]> Description: torsocks - use SOCKS-friendly applications with Tor Closes: 760075 770031 775792 Changes: torsocks (2.1.0-1) unstable; urgency=low . * Upload to unstable now that Jessie has been released. * New upstream release: - Stop denying syscall() and add dangerous ones. (Closes: #770031, #760075) - Add AllowOutboundLocalhost. (Closes: #775792) * Remove patches included in the new upstream release. * Refresh exclude_test_requiring_network.patch. Checksums-Sha1: cda7727c425fbee06ac7ddf123701defaacc9a0c 2034 torsocks_2.1.0-1.dsc fb11f303af8da97653a731568fce0551f7aeaf83 358939 torsocks_2.1.0.orig.tar.bz2 6202b7514226b5be47cecfc0d9b0acd0abc68933 9872 torsocks_2.1.0-1.debian.tar.xz c812fb52be84de752b52b2d11984e5219a8993dd 66550 torsocks_2.1.0-1_amd64.deb Checksums-Sha256: 9129768396e161a4be5b46530cae58cdbd5a1ac4d75208361f2712d32204f6bd 2034 torsocks_2.1.0-1.dsc 3c3831cb751ff477d97fb826c79cb2cfedc514e5eb89a3b10f341fb3abdf87db 358939 torsocks_2.1.0.orig.tar.bz2 bce71fa7d5e6c108b2833a93c71c1f8adb3678fb12bf8c7edc8b10ed79881e08 9872 torsocks_2.1.0-1.debian.tar.xz 931e4f3f7f665f6d86a020715fd73a7c2182b45a1b35caecd99f6d1a40f8e876 66550 torsocks_2.1.0-1_amd64.deb Files: 137a03b669528f9fd90547c94098789e 2034 net optional torsocks_2.1.0-1.dsc cced40ded9a0c7335050b778677fbd60 358939 net optional torsocks_2.1.0.orig.tar.bz2 6c083bd3626ae2c916c85163784b69e6 9872 net optional torsocks_2.1.0-1.debian.tar.xz e4dc9da18ff32adf0c40472ff010252b 66550 net optional torsocks_2.1.0-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJVbWIAAAoJEEAsIlA9Nuk2AfkP/jvKxphQ6DFrXiJ74IuZhk9I niSt2ifClqyRqUHD7VCLW+RqtYnD8HY4Cb+oqM2S3JqqGRQVBulmVAqP+nmcMTyf EU2YqrGoBPY1UvKED3rnw846mpUHk068gNg0wWIcHYXtc+3fLr4otiChZg5dZBod j8m5zJ9f+oADb0De0BUn0V3nloc1hnTC31UWb9vmdWgCYhm3QsXOOVjOda9CJQ4V LrD7dBvtpzfW+PGzmKqKRDKd75ugLr1/69sk1g6IHloOVevrfa0F3YGlAi1lzM5R 8W/oES/d3g52n2vzvVsBe9GkIjJwskKsEgaiY1tpZZwWoqgkHYpfmFYsdANRhNPe WOwZDKHPOPUHXfFU4t8tp9UE8MxI4MtcO3XTjBYLwT+l9j2eRAwA+PULHaS14bUC psX/j6V//jXzqX/JgMoQcDV36WQbsabFxBcNrqgGsBKan+DQmFIqGSV/eZQFUKik SW53l4soO5F+Bl9Vj81FaMtVIFj72ZBnOYu4uT5Ym4JRhp3jTgPECqzA5EYg+8FR w2nydBeBHWa4Evbcv8Q+wapHelJpFHpKncEglXlWXQRhc1qs9ZIF/7OpOef02Er8 4vbD2GE1OdNvIys9Zj4nMj8S0ynGPCJYCrO8zvp6QNU9AyOWNReFRwpHRw/3JWU8 TzmahsAHZDkGjhefG5T3 =vVHi -----END PGP SIGNATURE-----
--- End Message ---

