ERROR: test_set_process_name----------------------------------------------------------------------Traceback: File "/Users/sathya/Documents/stem/test/integ/util/system.py", line 405, in test_set_process_name initial_name = stem.util.system.get_process_name() File "/Users/sathya/Documents/stem/stem/util/system.py", line 726, in get_process_name if argc[i] is None:ValueError: NULL pointer access
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
FAIL: test_set_process_name----------------------------------------------------------------------Traceback: File "/Users/sathya/Documents/stem/test/integ/util/system.py", line 406, in test_set_process_name self.assertTrue("run_tests.py" in initial_name)AssertionError: False is not true----------------------------------------------------------------------Ran 19 tests in 1.342s
This might be a test that we should skip on your platform (get/set_process_name() may not work everywhere). However, I'm a little surprised that this hasn't come up before since test_set_process_name is pretty old.
Is this OSX? What does 'ps -p -o args' give you? Do you know something else that'll work on your platform for getting the process name?
This might be a test that we should skip on your platform (get/set_process_name() may not work everywhere). However, I'm a little surprised that this hasn't come up before since test_set_process_name is pretty old.
stem git:(master) : git pull --rebase atagar_https mastererror: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://git.torproject.org/stem.git/info/refsfatal: HTTP request failed
wow .. my univ proxy is doing some wankery here. I'll check if it's been fixed once I get home :)
ERROR: test_set_process_name----------------------------------------------------------------------Traceback: File "/Users/sathya/Documents/stem/test/integ/util/system.py", line 412, in test_set_process_name stem.util.system.set_process_name(initial_name) File "/Users/sathya/Documents/stem/stem/util/system.py", line 774, in set_process_name _set_proc_title(process_name) File "/Users/sathya/Documents/stem/stem/util/system.py", line 831, in _set_proc_title libc.setproctitle(ctypes.byref(name_buffer)) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 366, in __getattr__ func = self.__getitem__(name) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 371, in __getitem__ func = self._FuncPtr((name_or_ordinal, self))AttributeError: dlsym(0x7fff6a41d1e0, setproctitle): symbol not found
Trac: Status: closed to reopened Resolution: fixed toN/A