Displaying 4 results from an estimated 4 matches for "lbahist".
Did you mean:
bbhist
2016 Sep 26
2
Memory corruption when testing nbdkit python plugin with nbd-tester-client?
...1]: error: write reply: Broken pipe
nbdkit: python[3]: error: client sent NBD_OPT_ABORT to abort the connection
nbdkit: python[6]: error: ssd-ftl-wearleveling.py: callback failed: close
Traceback (most recent call last):
File "ssd-ftl-wearleveling.py", line 221, in close
pickle.dump(lbahist, f)
File "/usr/lib/python2.7/pickle.py", line 1370, in dump
Segmentation fault (core dumped)
My close function just dumps the disk image and write access history
with python pickle. It does not have any return statement, and because
of that I seriously doubt that said close function ca...
2016 Sep 26
0
Re: Memory corruption when testing nbdkit python plugin with nbd-tester-client?
...roken pipe
> nbdkit: python[3]: error: client sent NBD_OPT_ABORT to abort the connection
> nbdkit: python[6]: error: ssd-ftl-wearleveling.py: callback failed: close
> Traceback (most recent call last):
> File "ssd-ftl-wearleveling.py", line 221, in close
> pickle.dump(lbahist, f)
> File "/usr/lib/python2.7/pickle.py", line 1370, in dump
> Segmentation fault (core dumped)
>
> My close function just dumps the disk image and write access history
> with python pickle. It does not have any return statement, and because
> of that I seriously dou...
2016 Sep 26
2
Re: Memory corruption when testing nbdkit python plugin with nbd-tester-client?
...nbdkit: python[3]: error: client sent NBD_OPT_ABORT to abort the connection
>> nbdkit: python[6]: error: ssd-ftl-wearleveling.py: callback failed: close
>> Traceback (most recent call last):
>> File "ssd-ftl-wearleveling.py", line 221, in close
>> pickle.dump(lbahist, f)
>> File "/usr/lib/python2.7/pickle.py", line 1370, in dump
>> Segmentation fault (core dumped)
>>
>> My close function just dumps the disk image and write access history
>> with python pickle. It does not have any return statement, and because
>>...
2016 Sep 26
0
Re: Memory corruption when testing nbdkit python plugin with nbd-tester-client?
...]: error: client sent NBD_OPT_ABORT to abort the connection
>>> nbdkit: python[6]: error: ssd-ftl-wearleveling.py: callback failed: close
>>> Traceback (most recent call last):
>>> File "ssd-ftl-wearleveling.py", line 221, in close
>>> pickle.dump(lbahist, f)
>>> File "/usr/lib/python2.7/pickle.py", line 1370, in dump
>>> Segmentation fault (core dumped)
>>>
>>> My close function just dumps the disk image and write access history
>>> with python pickle. It does not have any return statement, a...