Skip to content

[BUG] Crash triggered when calling stream #2223

@leyougavin

Description

@leyougavin

Description

here is thre test case: exception

  • The dynamic library I provide externally is linked with c++shared. Every time execution reaches the stream operation within the dynamic library, a crash is triggered. Suspecting that the user's process mixes c++static and c++_shared, a similar crash stack was reproduced during offline simulation.
  • The difference between the crash in the test case and the online issue is that the test case crash occurs during process loading, while the online crash happens during the runtime of the dynamic library.

This seems to be a symbol conflict issue, and I hope an expert can help analyze the root cause.

I am using a supported NDK

  • I have checked and the NDK I'm using is currently supported

Affected versions

r27

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions