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

Ios app crashed: SshPlugin execute:withKey:result:] #18

Open
lakshmitulasi99 opened this issue Sep 1, 2022 · 3 comments
Open

Ios app crashed: SshPlugin execute:withKey:result:] #18

lakshmitulasi99 opened this issue Sep 1, 2022 · 3 comments

Comments

@lakshmitulasi99
Copy link

Hi Team,
While using this ssh pluggin my ios app got crashed aftersometime and i got this error. please hrlp me

com.apple.root.default-qos
0 libsystem_kernel.dylib 0x2164 __select + 8
1 libsystem_kernel.dylib 0x2164 select$DARWIN_EXTSN + 8
2 GZ_NMSSH 0x1461bc _libssh2_wait_socket + 892
3 GZ_NMSSH 0x12de70 libssh2_channel_open_ex + 172
4 GZ_NMSSH 0xa078 -[NMSSHChannel openChannel:] + 69 (NMSSHChannel.m:69)
5 GZ_NMSSH 0xabac -[NMSSHChannel execute:error:timeout:] + 198 (NMSSHChannel.m:198)
6 ssh2 0x7588 __36-[SshPlugin execute:withKey:result:]_block_invoke + 275 (SshPlugin.m:275)
7 libdispatch.dylib 0x1e6c _dispatch_call_block_and_release + 32
8 libdispatch.dylib 0x3a30 _dispatch_client_callout + 20
9 libdispatch.dylib 0x6b44 _dispatch_queue_override_invoke + 784
10 libdispatch.dylib 0x15164 _dispatch_root_queue_drain + 396
11 libdispatch.dylib 0x1596c _dispatch_worker_thread2 + 164
12 libsystem_pthread.dylib 0x1080 _pthread_wqthread + 228
13 libsystem_pthread.dylib 0xe5c start_wqthread + 8

@jda258
Copy link
Owner

jda258 commented Sep 10, 2022

Hi @lakshmitulasi99,

Just so you know, there is no team - it's just me for now, but I'd be glad to see others contribute :)

Do you have code where this is reproducible?

Best,
Josh

@lakshmitulasi99
Copy link
Author

Hi josh,
i am getting this crash when erver i am using execute() method. example: await client.execute('example command') ?? 'Null result';

@lakshmitulasi99
Copy link
Author

and also i recently get this issue:

Crashed: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x7200 __pthread_kill + 8
1 libsystem_pthread.dylib 0x71ac pthread_kill + 268
2 libsystem_c.dylib 0x20c8c abort + 180
3 libsystem_malloc.dylib 0x1df2c malloc_vreport + 908
4 libsystem_malloc.dylib 0x1e110 malloc_report + 64
5 libsystem_malloc.dylib 0x19b38 find_zone_and_free + 308
6 GZ_NMSSH 0x145c94 libssh2_default_free + 28
7 GZ_NMSSH 0x1410b0 _libssh2_packet_add + 224
8 GZ_NMSSH 0x156624 fullpacket + 760
9 GZ_NMSSH 0x156188 _libssh2_transport_read + 1952
10 GZ_NMSSH 0x1316ec _libssh2_channel_write + 208
11 GZ_NMSSH 0x1319dc libssh2_channel_write_ex + 84
12 GZ_NMSSH 0xc5fc -[NMSSHChannel writeData:timeout:error:] + 478 (NMSSHChannel.m:478)
13 GZ_NMSSH 0xc41c -[NMSSHChannel write:error:timeout:] + 459 (NMSSHChannel.m:459)
14 ssh2 0x7d48 __41-[SshPlugin writeToShell:withKey:result:]_block_invoke + 332 (SshPlugin.m:332)
15 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
16 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
17 libdispatch.dylib 0x70c8 _dispatch_queue_override_invoke + 788
18 libdispatch.dylib 0x15a6c _dispatch_root_queue_drain + 396
19 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164
20 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228
21 libsystem_pthread.dylib 0xb98 start_wqthread + 8

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