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

issue for build-arm on device #7

Open
HuangJC-cn opened this issue Nov 29, 2022 · 5 comments
Open

issue for build-arm on device #7

HuangJC-cn opened this issue Nov 29, 2022 · 5 comments

Comments

@HuangJC-cn
Copy link

Build with make dev-arm and running on linux+arm device is correct.

Build with make build-arm was crash when loading index.js

log:

[User]  (2.542, +1)      ChartConstructor: Chart 33 created     (in chart_wrap.cpp line #666)
[User]  (2.543, +1)      NativeCompSetStyle: Chart 33 setStyle type 0   (in chart_wrap.cpp line #5)
[User]  (2.543, +0)      NativeCompSetDivLine: Chart 33 setDivLineCount 0 12    (in chart_wrap.cpp line #158)
[User]  (2.543, +0)      NativeCompSetPointNum: Chart 33 setPointNum 12         (in chart_wrap.cpp line #170)
[User]  (2.543, +0)      NativeCompSetLeftAxisOption: Chart 33 setLeftAxisOption        (in chart_wrap.cpp line #210)
[User]  (2.543, +0)      NativeCompSetLeftAxisData: Chart 33 setLeftAxisData    (in chart_wrap.cpp line #399)
[User]  (2.543, +0)      NativeCompSetBottomAxisOption: Chart 33 setBottomAxisOption    (in chart_wrap.cpp line #294)
Segmentation fault (core dumped)

No more information was available to analyze the crash.
And the next step in dev-arm will run:
NativeCompSetStyle: View 34 setStyle type 0 (in view_wrap.cpp line #5)

@panjunweiby
Copy link

@kisvegabor I'm having the same problem, how can I fix it

@panjunweiby
Copy link

@HuangJC-cn Do you fix this?

@j005u
Copy link

j005u commented Jun 8, 2023

We're seeing the same issue on both some x86 hosts (but not all) and arm hosts.

@derekstavis
Copy link
Collaborator

It would be helpful to have a complete stack trace to find where this is happening

@ctfshining
Copy link

Debug(-g) works, Release not.

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

5 participants