Revocation Document crashes...
Created by: galuel
Ubuntu 16.10 / 64 bits / Sakia 0.30.11
Crashes (dumped) when trying to generate a revocation document with sakia --currency g1
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Ok, that's not an easy way to found that functionality. I still have https://github.com/duniter/sakia/issues/621 and can't check this one.
Created by: vtexier
Same problem on Ubuntu 14.04. QtFileDialog crash everytime...
Tested with pip install (binaries) of PyQt5 5.8 and 5.9.2. It include Qt5 inside. Can not install PyQt5 5.6 on Ubuntu 14.04.
Tested by running the source code and the pyinstaller build.
ldd on PyQt5 gives this :
(sakia-env) vit@tower:/mnt/data/Documents/dev/python/sakia$ ldd ~/.pyenv/versions/sakia-env/lib64/python3.5/site-packages/PyQt5/QtCore.so linux-vdso.so.1 => (0x00007ffc01bd4000) libQt5Core.so.5 => /home/vit/.pyenv/versions/sakia-env/lib64/python3.5/site-packages/PyQt5/Qt/lib/libQt5Core.so.5 (0x00007fde33b10000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fde338f2000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fde335ee000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fde332e8000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fde330d2000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fde32d09000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fde32af0000) libicui18n.so.56 => /home/vit/.pyenv/versions/sakia-env/lib64/python3.5/site-packages/PyQt5/Qt/lib/libicui18n.so.56 (0x00007fde32657000) libicuuc.so.56 => /home/vit/.pyenv/versions/sakia-env/lib64/python3.5/site-packages/PyQt5/Qt/lib/libicuuc.so.56 (0x00007fde3229f000) libicudata.so.56 => /home/vit/.pyenv/versions/sakia-env/lib64/python3.5/site-packages/PyQt5/Qt/lib/libicudata.so.56 (0x00007fde308bc000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fde306b8000) libgthread-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007fde304b6000) libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fde301ae000) /lib64/ld-linux-x86-64.so.2 (0x00007fde34710000) libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fde2ff70000)
Created by: vtexier
Interesting informations on the option causing the crash :
https://stackoverflow.com/questions/6405234/qfiledialogdontusenativedialog-is-not-working
Please register or sign in to reply