Re: [tor-bugs] #19960 [Core Tor/Tor]: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on NetBSD

2016-08-24 Thread Tor Bug Tracker & Wiki
#19960: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on 
NetBSD
-+-
 Reporter:  yancm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.2.9.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.9.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  self test regression netbsd  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 Replying to [comment:4 yancm]:
 > Replying to [comment:2 cypherpunks]:
 > > I don't have a NetBSD machine available,
 > [...]
 > > Because i don't have a NetBSD machine I'm unsure which firewall system
 is used on NetBSD.
 > > It seems the rest of the Tor code assumes NetBSD is similar to
 OpenBSD...so i guess it
 > > should use pf-divert?
 >
 > I'm uncertain, it might be built in. I actually use ipf (pf and npf are
 also available)
 >
 > I'll try your patch soon unless it's already been pushed up...
 I don't expect the patch to solve your issue. It was just meant as
 premature cleanup of related code before actually fixing the issue.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #19960 [Core Tor/Tor]: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on NetBSD

2016-08-23 Thread Tor Bug Tracker & Wiki
#19960: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on 
NetBSD
-+-
 Reporter:  yancm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.2.9.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.9.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  self test regression netbsd  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by yancm):

 Replying to [comment:2 cypherpunks]:
 > I don't have a NetBSD machine available,
 [...]
 > Because i don't have a NetBSD machine I'm unsure which firewall system
 is used on NetBSD.
 > It seems the rest of the Tor code assumes NetBSD is similar to
 OpenBSD...so i guess it
 > should use pf-divert?

 I'm uncertain, it might be built in. I actually use ipf (pf and npf are
 also available)

 I'll try your patch soon unless it's already been pushed up...

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #19960 [Core Tor/Tor]: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on NetBSD

2016-08-23 Thread Tor Bug Tracker & Wiki
#19960: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on 
NetBSD
-+-
 Reporter:  yancm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.2.9.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.9.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  self test regression netbsd  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by yancm):

 Replying to [comment:1 nickm]:
 > Do you know how to use "git bisect" ?  If so, it would be really helpful
 to know
 > when this bug first appeared.

 Sorry, I do not.  I also got out of my habit of daily builds so cannot
 help that way either.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #19960 [Core Tor/Tor]: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on NetBSD

2016-08-23 Thread Tor Bug Tracker & Wiki
#19960: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on 
NetBSD
-+-
 Reporter:  yancm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.2.9.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.9.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  self test regression netbsd  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 I don't have a NetBSD machine available, but I'm guessing it has something
 to do with #19449. Maybe the change enabled transparent proxying by
 default on NetBSD where it was previously disabled?

 Looking at the test
 
(https://gitweb.torproject.org/tor.git/tree/src/test/test_options.c?id=a3d419634bef0bbac4118d08272d59c9fe66a1bb#n1082)
 there isn't a case that tests NetBSD leading to the failed assertion.

 I'll submit a patch that cleans up that part of the code to improve
 readability and fix the incorrect preprocessor variable for detecting
 Linux platforms (`linux` instead of `__linux__`). Because i don't have a
 NetBSD machine I'm unsure which firewall system is used on NetBSD. It
 seems the rest of the Tor code assumes NetBSD is similar to OpenBSD...so i
 guess it should use pf-divert?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #19960 [Core Tor/Tor]: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on NetBSD

2016-08-23 Thread Tor Bug Tracker & Wiki
#19960: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on 
NetBSD
-+-
 Reporter:  yancm|  Owner:
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.2.9.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.9.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  self test regression netbsd  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  self test => self test regression netbsd
 * milestone:  Tor: unspecified => Tor: 0.2.9.x-final


Comment:

 Do you know how to use "git bisect" ?  If so, it would be really helpful
 to know when this bug first appeared.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #19960 [Core Tor/Tor]: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on NetBSD

2016-08-22 Thread Tor Bug Tracker & Wiki
#19960: Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6) - failing one test on 
NetBSD
--+
 Reporter:  yancm |  Owner:
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:  Tor: 0.2.9.1-alpha
 Severity:  Normal|   Keywords:  self test
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+
 Latest tor dev sources fail self test.

 # ./src/or/tor -
 Aug 22 20:14:56.657 [notice] Tor v0.2.9.1-alpha-dev (git-b3f43a22ab921ce6)
 running on NetBSD with Libevent 2.1.5-beta, OpenSSL 1.0.2h and Zlib 1.2.3.

 NetBSD 6_Stable on i386

 **
  1/758 TESTS FAILED. (2 skipped)
  gmake: * * *  [Makefile:7666: test] Error 1

 **
  options/validate__transproxy: [forking]
   FAIL src/test/test_options.c:1105: assert(tdata)
   [validate__transproxy FAILED]

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs