-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pypff segfaults when calling get_*_time() methods #39
Comments
get_*_time
methods
get_*_time
methods
Thx for the report. I'll have a look when time permits, for now pypff is experimental #2 |
made some changes in ee17d7c |
Closing this issue seeing pypff is still WIP |
This issue was 3 years ago and I still encounter today. Is it fixed yet? |
@bbsonjohn what part of work in progress don't you understand? If you want faster results, help out, or pay someone to help out if you lack the necessary skills yourself. |
Thanks for the reply. I am just glad that it is still being work on. |
Behavior:
pypff crashes with a segmentation fault when calling one of these message methods:
get_delivery_time()
get_modification_time()
get_creation_time()
Error messages:
The error on the console output is:
[1] 12403 segmentation fault (core dumped) python pstsearch.py
In dmesg, the following message is present:
[180718.625433] python[12403]: segfault at 9 ip 00007f9dab454e86 sp 00007fffaa5ef150 error 4 in pypff.so[7f9dab3a5000+19b000]
And when running the script with strace, I get the following:
Opening the coredump in GDB and displaying the backtrace gives:
Environment:
The text was updated successfully, but these errors were encountered: