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

[solved]SDL Core dumped in armv7l platform #309

Closed
huaguoping opened this issue Dec 28, 2015 · 1 comment
Closed

[solved]SDL Core dumped in armv7l platform #309

huaguoping opened this issue Dec 28, 2015 · 1 comment

Comments

@huaguoping
Copy link

I run smartDeviceCore in x86 platform, it is OK. But when I run smartDeviceCore in armv7l platform, it core dumped.
This is the core dump log:

  (gdb)bt
  #0 0x448740c8 in ?? () from /lib/libcrypto.so.1.0.0
  Cannot access memory at address 0x0
  #1 0x448709e4 in OPENSSL_cpuid_setup () from /lib/libcrypto.so.1.0.0
  #2 0x445bfa14 in ?? () from /lib/ld-linux.so.3
  #3 0x7efffcf6 in ?? ()
  #4 0x7efffcf6 in ?? ()
  Backtrace stopped:previous frame identical to this frame (corrupt stack?)

And I am sure libopenssl is installed.
libopenssl-devel-1.0.1h-7.1.armv7l
libopenssl-1.0.1h-7.1.armv7l

Any help is appreciated!

@huaguoping
Copy link
Author

More details:
1.I create a thread to run a websocket server using libwebsockets API in ApplicationManagerImpl.
2.When I get a message from the connected client, I send response or notification to Mobile in ApplicationManagerImpl, using specific connection_id 65537 and relevant function_id.

@huaguoping huaguoping changed the title SDL Core dumped in armv7l platform [solved]SDL Core dumped in armv7l platform Dec 29, 2015
jacobkeeler pushed a commit that referenced this issue Dec 13, 2021
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

1 participant