Luke Macken
Luke Macken
I'm hitting this after a fresh `Fedora-Cloud_Atomic-x86_64-23-20160112.iso` bare-metal anaconda install with the default automatic partitioning setup. `vgs` says ``` VG #PV #LV #SN Attr VSize VFree fedora 1 3 0...
I agree to my contributions being licensed as GPLv2+, or, at your option, any other FSF-approved free software license.
Example of disconnect: ``` >>> mpickle = pickle.dumps(marks[1]) Traceback (most recent call last): File "/home/eastein/venvs/general/bin/pyrasite-shell", line 8, in load_entry_point('pyrasite==2.0', 'console_scripts', 'pyrasite-shell')() File "/home/eastein/venvs/general/lib/python2.6/site-packages/pyrasite/tools/shell.py", line 61, in shell payload = ipc.recv()...
Then trying to run the shell again yields: ``` Traceback (most recent call last): File "/home/eastein/venvs/general/bin/pyrasite-shell", line 8, in load_entry_point('pyrasite==2.0', 'console_scripts', 'pyrasite-shell')() File "/home/eastein/venvs/general/lib/python2.6/site-packages/pyrasite/tools/shell.py", line 30, in shell ipc.connect() File...
I think this might be due to a lack of python debugging info. What distro are you on? Can you make sure you have the python-debuginfo (or whatever it's called...
> I was on a Linux version 3.2.0-60-generic (Ubuntu/Linaro 4.6.3-1ubuntu5). I > cannot find any packet like in the standard packet list only something > equivalent like pdb. I see...
globals() when using the gui shell: ``` {'socket': , 'StringIO': , '__builtins__': , 'traceback': , 'ReverseConnection': , '__package__': None, 'sys': , 'threading': , 'x' : 'foo', '__name__': '__main__', 'ReversePythonConnection': ,...
Are you able to reproduce this with a simple `time.sleep()` test? I just did this with python 3.4 and was unable to reproduce the bug. I'm guessing it's because of...
Yeah, that's what I'm thinking as well. It would be really difficult to handle this scenario in our injection code without some ugly hacks. However, since this whole project is...
We just need to get it built and release the bits. My original Windows VM got hosed a while ago, so I spun one up today and I'm working on...