Skip to content
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

fish: 'python3 AirDoS.py' terminated by signal SIGABRT (Abort) #2

Open
kistanovdev opened this issue Dec 13, 2019 · 8 comments
Open

Comments

@kistanovdev
Copy link

Using python 3.8.0, followed the instructions exactly.
Same happens when trying to run through sudo. I have Catalina 15.2.

@tututu-patch
Copy link

+1

@kistanovdev
Copy link
Author

kistanovdev commented Dec 13, 2019

I ran it through pycharm debugger and found out that it crashes after it tries this import

from opendrop.client import AirDropBrowser, AirDropClient

Here is the error that I got from the crash report

Application Specific Information:
/usr/lib/libcrypto.dylib
abort() called
Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI.

@tututu-patch
Copy link

yep
0 libsystem_kernel.dylib 0x00007fff6b6dd49a __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff6b79a6cb pthread_kill + 384
2 libsystem_c.dylib 0x00007fff6b665a1c abort + 120
3 libcrypto.dylib 0x00007fff68fd9804 __report_load + 352
4 dyld 0x0000000107b9d0bd ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 539
5 dyld 0x0000000107b9d4e2 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
6 dyld 0x0000000107b97f67 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 493
7 dyld 0x0000000107b95ff8 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 188
8 dyld 0x0000000107b96098 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 82
9 dyld 0x0000000107b87f87 dyld::runInitializers(ImageLoader*) + 82
10 dyld 0x0000000107b91c6f dlopen_internal + 609
11 libdyld.dylib 0x00007fff6b57ee7f dlopen + 171
12 _ctypes.cpython-37m-darwin.so 0x0000000102aaea5a py_dl_open + 147
13 org.python.python 0x000000010203a38f _PyMethodDef_RawFastCallKeywords + 235
14 org.python.python 0x0000000102039a18 _PyCFunction_FastCallKeywords + 41
15 org.python.python 0x00000001020ce350 call_function + 628
16 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
17 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
18 org.python.python 0x0000000102039658 _PyFunction_FastCallDict + 444
19 org.python.python 0x000000010203a75f _PyObject_Call_Prepend + 131
20 org.python.python 0x0000000102077aaa slot_tp_init + 80
21 org.python.python 0x00000001020747d6 type_call + 172
22 org.python.python 0x000000010203988e _PyObject_FastCallKeywords + 358
23 org.python.python 0x00000001020ce3b6 call_function + 730
24 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
25 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
26 org.python.python 0x00000001020c5819 PyEval_EvalCode + 51
27 org.python.python 0x00000001020c32a3 builtin_exec + 563
28 org.python.python 0x000000010203a0ca _PyMethodDef_RawFastCallDict + 549
29 org.python.python 0x00000001020396db _PyCFunction_FastCallDict + 41
30 org.python.python 0x00000001020c76f6 _PyEval_EvalFrameDefault + 7738
31 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
32 org.python.python 0x00000001020399e0 _PyFunction_FastCallKeywords + 212
33 org.python.python 0x00000001020ce3bd call_function + 737
34 org.python.python 0x00000001020c732b _PyEval_EvalFrameDefault + 6767
35 org.python.python 0x0000000102039dec function_code_fastcall + 106
36 org.python.python 0x00000001020ce3bd call_function + 737
37 org.python.python 0x00000001020c7312 _PyEval_EvalFrameDefault + 6742
38 org.python.python 0x0000000102039dec function_code_fastcall + 106
39 org.python.python 0x00000001020ce3bd call_function + 737
40 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
41 org.python.python 0x0000000102039dec function_code_fastcall + 106
42 org.python.python 0x00000001020ce3bd call_function + 737
43 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
44 org.python.python 0x0000000102039dec function_code_fastcall + 106
45 org.python.python 0x000000010203b19a object_vacall + 267
46 org.python.python 0x000000010203b299 _PyObject_CallMethodIdObjArgs + 168
47 org.python.python 0x00000001020e33eb PyImport_ImportModuleLevelObject + 1490
48 org.python.python 0x00000001020cbf3d _PyEval_EvalFrameDefault + 26241
49 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
50 org.python.python 0x00000001020c5819 PyEval_EvalCode + 51
51 org.python.python 0x00000001020c32a3 builtin_exec + 563
52 org.python.python 0x000000010203a0ca _PyMethodDef_RawFastCallDict + 549
53 org.python.python 0x00000001020396db _PyCFunction_FastCallDict + 41
54 org.python.python 0x00000001020c76f6 _PyEval_EvalFrameDefault + 7738
55 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
56 org.python.python 0x00000001020399e0 _PyFunction_FastCallKeywords + 212
57 org.python.python 0x00000001020ce3bd call_function + 737
58 org.python.python 0x00000001020c732b _PyEval_EvalFrameDefault + 6767
59 org.python.python 0x0000000102039dec function_code_fastcall + 106
60 org.python.python 0x00000001020ce3bd call_function + 737
61 org.python.python 0x00000001020c7312 _PyEval_EvalFrameDefault + 6742
62 org.python.python 0x0000000102039dec function_code_fastcall + 106
63 org.python.python 0x00000001020ce3bd call_function + 737
64 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
65 org.python.python 0x0000000102039dec function_code_fastcall + 106
66 org.python.python 0x00000001020ce3bd call_function + 737
67 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
68 org.python.python 0x0000000102039dec function_code_fastcall + 106
69 org.python.python 0x000000010203b19a object_vacall + 267
70 org.python.python 0x000000010203b299 _PyObject_CallMethodIdObjArgs + 168
71 org.python.python 0x00000001020e33eb PyImport_ImportModuleLevelObject + 1490
72 org.python.python 0x00000001020cbf3d _PyEval_EvalFrameDefault + 26241
73 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
74 org.python.python 0x00000001020c5819 PyEval_EvalCode + 51
75 org.python.python 0x00000001020c32a3 builtin_exec + 563
76 org.python.python 0x000000010203a0ca _PyMethodDef_RawFastCallDict + 549
77 org.python.python 0x00000001020396db _PyCFunction_FastCallDict + 41
78 org.python.python 0x00000001020c76f6 _PyEval_EvalFrameDefault + 7738
79 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
80 org.python.python 0x00000001020399e0 _PyFunction_FastCallKeywords + 212
81 org.python.python 0x00000001020ce3bd call_function + 737
82 org.python.python 0x00000001020c732b _PyEval_EvalFrameDefault + 6767
83 org.python.python 0x0000000102039dec function_code_fastcall + 106
84 org.python.python 0x00000001020ce3bd call_function + 737
85 org.python.python 0x00000001020c7312 _PyEval_EvalFrameDefault + 6742
86 org.python.python 0x0000000102039dec function_code_fastcall + 106
87 org.python.python 0x00000001020ce3bd call_function + 737
88 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
89 org.python.python 0x0000000102039dec function_code_fastcall + 106
90 org.python.python 0x00000001020ce3bd call_function + 737
91 org.python.python 0x00000001020c73c6 _PyEval_EvalFrameDefault + 6922
92 org.python.python 0x0000000102039dec function_code_fastcall + 106
93 org.python.python 0x000000010203b19a object_vacall + 267
94 org.python.python 0x000000010203b299 _PyObject_CallMethodIdObjArgs + 168
95 org.python.python 0x00000001020e33eb PyImport_ImportModuleLevelObject + 1490
96 org.python.python 0x00000001020cbf3d _PyEval_EvalFrameDefault + 26241
97 org.python.python 0x00000001020cebb1 _PyEval_EvalCodeWithName + 1698
98 org.python.python 0x00000001020c5819 PyEval_EvalCode + 51
99 org.python.python 0x00000001020f3c2c run_mod + 54
100 org.python.python 0x00000001020f2c5f PyRun_FileExFlags + 160
101 org.python.python 0x00000001020f2316 PyRun_SimpleFileExFlags + 270
102 org.python.python 0x000000010210ab26 pymain_main + 5445
103 org.python.python 0x000000010210b194 _Py_UnixMain + 56
104 libdyld.dylib 0x00007fff6b58e2e5 start + 1

@tututu-patch
Copy link

Installing openssl via homebrew:
brew install openssl
Pointing towards the dynamic libraries from openssl via DYLD_LIBRARY_PATH:
export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH

@tututu-patch
Copy link

image

@kistanovdev
Copy link
Author

I am still having the same issue after following the steps.

@kistanovdev
Copy link
Author

This solved the issue for me

ln -s /usr/local/Cellar/[email protected]/1.1.1d/lib/libcrypto.1.1.dylib /usr/local/lib/libcrypto.dylib
ln -s /usr/local/Cellar/[email protected]/1.1.1d/lib/libssl.1.1.dylib /usr/local/lib/libssl.dylib
export LIBARCHIVE=/usr/local/lib/libcrypto.dylib
export LIBCRYPTO=/usr/local/lib/libssl.dylib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants