This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
squeaky@tannit:~$ /home/arigo/br/stmgc-c7/64compiled/pypy-c-r70091-stm test.py 1 | |
12.9383590221 | |
squeaky@tannit:~$ /home/arigo/br/stmgc-c7/64compiled/pypy-c-r70091-stm test.py 2 | |
6.67289185524 | |
squeaky@tannit:~$ /home/arigo/br/stmgc-c7/64compiled/pypy-c-r70091-stm test.py 3 | |
4.56366205215 | |
squeaky@tannit:~$ /home/arigo/br/stmgc-c7/64compiled/pypy-c-r70091-stm test.py 4 | |
3.55881786346 | |
squeaky@tannit:~$ /home/arigo/br/stmgc-c7/64compiled/pypy-c-r70091-stm test.py 5 | |
4.63840985298 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum localinstall openssl-libs-1.0.1e-37.fc20.1.x86_64.rpm openssl-libs-1.0.1e-37.fc20.1.i686.rpm openssl-1.0.1e-37.fc20.1.x86_64.rpm openssl-1.0.1e-37.fc20.1.i686.rpm openssl-devel-1.0.1e-37.fc20.1.x86_64.rpm openssl-devel-1.0.1e-37.fc20.1.i686.rpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.data+0x135680): undefined reference to `__gcmap_rpython_rtyper_rlist__pypy_g_ll_listslice_startstop__GcStruct_listLlT_listPtr_4_91' [965/1495] | |
/tmp/ccLit4Zv.o: In function `__gcmapstart': | |
(.data+0x135690): undefined reference to `__gcmap_rpython_rtyper_rlist__pypy_g_ll_listslice_startstop__GcStruct_listLlT_listPtr_4_110' | |
/tmp/ccLit4Zv.o: In function `__gcmapstart': | |
(.data+0x1356a0): undefined reference to `__gcmap_rpython_rtyper_rlist__pypy_g_ll_listslice_startstop__GcStruct_listLlT_listPtr_4_153' | |
/tmp/ccLit4Zv.o: In function `__gcmapstart': | |
(.data+0x1356b0): undefined reference to `__gcmap_rpython_rtyper_rlist__pypy_g_ll_listslice_startstop__GcStruct_listLlT_listPtr_4_175' | |
/tmp/ccLit4Zv.o: In function `__gcmapstart': | |
(.data+0x1356c0): undefined reference to `__gcmap_rpython_rtyper_rlist__pypy_g_ll_inplace_mul__listPtr_Signed_4_29' | |
/tmp/ccLit4Zv.o: In function `__gcmapstart': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if member.func_code.co_filename != modfile: | |
AttributeError: 'builtin-code' object has no attribute 'co_filename' | |
>>>> from pdb import pm | |
>>>> pm() | |
> /home/squeaky/workspace/portable-pypy/testenv2/site-packages/clonedigger/logilab/astng/builder.py(540)object_build() | |
-> if member.func_code.co_filename != modfile: | |
(Pdb) member | |
<function __delattr__ at 0x0000000001b0ffa0> | |
(Pdb) member.func_code.co_filename | |
*** AttributeError: 'builtin-code' object has no attribute 'co_filename' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/python -c "from inspect import ismethod; print repr(object.__delattr__); print ismethod(object.__delattr__)" | |
<slot wrapper '__delattr__' of 'object' objects> | |
False | |
pypy -c "from inspect import ismethod; print repr(object.__delattr__); print ismethod(object.__delattr__)" | |
<unbound method object.__delattr__> | |
True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl http://pastie.org/pastes/8672356/download -o /tmp/vmware-netfilter.patch | |
$ cd /usr/lib/vmware/modules/source | |
# tar -xvf vmnet.tar | |
# patch -p0 -i /tmp/vmware-netfilter.patch | |
# tar -cf vmnet.tar vmnet-only | |
# rm -r vmnet-only | |
# vmware-modconfig --console --install-all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Timer] Timings: | |
[Timer] annotate --- 663.8 s | |
[Timer] ========================================== | |
[Timer] Total: --- 663.8 s | |
[translation:info] Error: | |
[translation:info] File "/home/squeaky/workspace/portable-pypy/centos-x86_64/workspace/src/pypy/rpython/translator/goal/translate.py", line 316, in main | |
[translation:info] drv.proceed(goals) | |
[translation:info] File "/home/squeaky/workspace/portable-pypy/centos-x86_64/workspace/src/pypy/rpython/translator/driver.py", line 531, in proceed | |
[translation:info] return self._execute(goals, task_skip = self._maybe_skip()) | |
[translation:info] File "/home/squeaky/workspace/portable-pypy/centos-x86_64/workspace/src/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function createScript ($document, callback, success) { | |
callback.done = true; | |
callback(); | |
}; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
squeaky@squeaky-mbp ~/workspace/docker/trydocker ls -lha | |
total 8.0K | |
drwxrwxr-x. 2 squeaky squeaky 4.0K Jun 15 20:08 . | |
drwxrwxr-x. 10 squeaky squeaky 4.0K Jun 15 20:08 .. | |
squeaky@squeaky-mbp ~/workspace/docker/trydocker docker run --rm -t -i -v `pwd`/asd:/asd busybox /bin/sh | |
/ # ls -lha /asd | |
ls: can't open '/asd': Permission denied | |
total 0 | |
/ # % ✘ squeaky@squeaky-mbp ~/workspace/docker/trydocker ls -lha | |
total 12K |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
objdump -p libssl.so.1.0.1e | |
libssl.so.1.0.1e: file format elf64-x86-64 | |
Program Header: | |
LOAD off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**21 | |
filesz 0x000000000006135c memsz 0x000000000006135c flags r-x | |
LOAD off 0x0000000000061bd0 vaddr 0x0000000000261bd0 paddr 0x0000000000261bd0 align 2**21 | |
filesz 0x0000000000009760 memsz 0x0000000000009880 flags rw- | |
DYNAMIC off 0x0000000000064ca8 vaddr 0x0000000000264ca8 paddr 0x0000000000264ca8 align 2**3 |