Similar to the Ticket #25485 (moved) but in the new alpha version when using the snowflake bridge.
8/8/19, 18:31:25.542 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 8/8/19, 18:31:31.914 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 8/8/19, 18:31:31.914 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 8/8/19, 18:31:31.914 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections. 8/8/19, 18:31:31.914 [NOTICE] Opening Socks listener on 127.0.0.1:9150 8/8/19, 18:31:31.914 [NOTICE] Opened Socks listener on 127.0.0.1:9150 8/8/19, 18:31:32.212 [WARN] Managed proxy at './TorBrowser/Tor/PluggableTransports/snowflake-client' reported: ./TorBrowser/Tor/PluggableTransports/snowflake-client: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./TorBrowser/Tor/PluggableTransports/snowflake-client) 8/8/19, 18:31:32.216 [WARN] Pluggable Transport process terminated with status code 256
Trac: Username: xhdix
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
./start-tor-browser --debugAug 08 19:16:01.985 [notice] Tor 0.4.1.3-alpha (git-d2c360c5336b43ba) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1c, Zlib 1.2.8, Liblzma N/A, and Libzstd N/A.Aug 08 19:16:01.985 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warningAug 08 19:16:01.985 [notice] This version is not a stable Tor release. Expect more bugs than usual.Aug 08 19:16:01.985 [notice] Read configuration file "/home/mk/Desktop/Browser/TorBrowser/Data/Tor/torrc-defaults".Aug 08 19:16:01.986 [notice] Read configuration file "/home/mk/Desktop/Browser/TorBrowser/Data/Tor/torrc".Aug 08 19:16:01.996 [notice] Opening Control listener on 127.0.0.1:9151Aug 08 19:16:02.000 [notice] Opened Control listener on 127.0.0.1:9151Aug 08 19:16:02.000 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.Aug 08 19:16:02.000 [notice] Parsing GEOIP IPv4 file /home/mk/Desktop/Browser/TorBrowser/Data/Tor/geoip.Aug 08 19:16:02.000 [notice] Parsing GEOIP IPv6 file /home/mk/Desktop/Browser/TorBrowser/Data/Tor/geoip6.Aug 08 19:16:02.000 [notice] Bootstrapped 0% (starting): StartingAug 08 19:16:02.000 [notice] Starting with guard context "bridges"Aug 08 19:16:02.000 [notice] Delaying directory fetches: DisableNetwork is set.Aug 08 19:16:02.000 [notice] New control connection opened from 127.0.0.1.Aug 08 19:16:02.000 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.Aug 08 19:16:02.000 [notice] New control connection opened from 127.0.0.1.Aug 08 19:16:02.000 [notice] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.Aug 08 19:16:02.000 [notice] Opening Socks listener on 127.0.0.1:9150Aug 08 19:16:02.000 [notice] Opened Socks listener on 127.0.0.1:9150Aug 08 19:16:03.000 [warn] Managed proxy at './TorBrowser/Tor/PluggableTransports/snowflake-client' reported: ./TorBrowser/Tor/PluggableTransports/snowflake-client: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./TorBrowser/Tor/PluggableTransports/snowflake-client)Aug 08 19:16:03.000 [warn] Pluggable Transport process terminated with status code 256
$ ./tora1/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client -hUsage of ./tora1/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client: -front string front domain -ice string comma-separated list of ICE servers -log string name of log file -logToStateDir resolve the log file relative to tor's pt state dir -max int capacity for number of multiplexed WebRTC peers (default 1) -url string URL of signaling broker$ ./tora2/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client -h./tora2/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./tora2/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client)$ ./tora4/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client -h./tora4/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ./tora4/Browser/TorBrowser/Tor/PluggableTransports/snowflake-client)
We bumped the GCC version for Linux bundles to 8.3.0 (from 6.4.0). However, it is weird that this is affecting only snowflake. I'd suspect either the whole bundle would not work if Tor Browser gets started the recommended way or everything...
Trac: Cc: dcf to dcf, boklm Status: needs_information to new
This should be fixed by #31646 (moved). However, I still don't really understand why Tor Browser started properly but snowflake barfed. Please reopen the ticket if the next alpha (9.0a7) is still broken for you.
Trac: Status: new to closed Resolution: N/Ato fixed
However, I still don't really understand why Tor Browser started properly but snowflake barfed.
I think that although we built it using gcc 8.3.0, by chance the browser did not use any of the functions added in the new libstdc++, so it was still compatible with the libstdc++ provided by Debian 9. However this changed with the switch to esr68 and this now prevents the browser from starting too (which should be fixed by #31646 (moved)).