[tor-bugs] #16030 [Tor]: Visual Studio 2013 Test Problems
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat May 16 16:18:18 UTC 2015
#16030: Visual Studio 2013 Test Problems
-------------------------------+------------------------------------
Reporter: NewEraCracker | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: 0.2.6.7
Resolution: | Keywords: tor-relay, msvc, lorax
Actual Points: | Parent ID: #13081
Points: |
-------------------------------+------------------------------------
Comment (by nickm):
A stack trace from one or two of those channel_get_canonical_remote_descr
calls would be helpful.
It appears that something in the MSVC build is trying to call
channel_get_canonical_remote_descr from inside the tests, which is failing
because the channel here is really a fake channel set up by
new_fake_channel() in test_channels.c . Either the bug is that the call
is happening, or that we're not making it safe for that call to happen on
a fake channel.
The warnings need one-by-one examination. Be especially careful about
touching crypto stuff in src/ext.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16030#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list