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

Update from physx 5.3.1 to 5.4.0-5.4.2 causes crashes. #321

Open
korokuchum opened this issue Oct 28, 2024 · 1 comment
Open

Update from physx 5.3.1 to 5.4.0-5.4.2 causes crashes. #321

korokuchum opened this issue Oct 28, 2024 · 1 comment

Comments

@korokuchum
Copy link

Library and Version

PhysX v5.4.0/5.4.1/5.4.2

Operating System

Windows 10, Windows 11, Linux

Steps to Trigger Behavior

Can't find synthetic scenario for now.
Will add later.

Call stack

libPhysX_64.so 0x7f690b22975f [inlined] physx::Dy::FrictionPatch::operator= (DyFrictionPatch.h:59)
libPhysX_64.so 0x7f690b22975f physx::Dy::createFinalizeSolverContacts (DyContactPrep.cpp:579)
libPhysX_64.so 0x7f690b22946e physx::Dy::createFinalizeSolverContacts (DyContactPrep.cpp:766)
libPhysX_64.so 0x7f690b24081b [inlined] physx::Dy::createFinalizeContacts_Parallel (DyDynamics.cpp:2666)
libPhysX_64.so 0x7f690b24081b physx::Dy::PxsCreateFinalizeContactsTask::runInternal (DyDynamics.cpp:2778)
libPhysX_64.so 0x7f690b171640 physx::Cm::Task::run (CmTask.h:65)

Additional info

It seems that frictionPatches pointer in createFinalizeSolverContacts contains invalid memory address.
Also I can't reproduce this crash on 5.3.1 version of physx, which means 5.4.0 update broke something.

Expected Behavior

The application does not crash.

Actual Behavior

Crash.

@vreutskyy
Copy link
Collaborator

Hi @korokuchum
Thanks for the report. Repro steps would really help.

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