-
Notifications
You must be signed in to change notification settings - Fork 106
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
AddressSanitizer(testRunner_v5.js): heap-use-after-free @rtRef.h:44 in rtRef<rtIObject>::term() #1065
Comments
On today's master this is 100% manifested also by AddressSanitizer when [Wed May 16 2018 13:31:13 GMT+0200 (CEST)] >>>>>>>>>>>STARTING HANG PREVENTION TIMEOUT for url:../tests/test_promiseRejectionReload.js
|
Hi, I tried with latest master, but unable to reproduce. Could you please confirm, are you seeing this issue now? If, please share the steps.It is not getting reproduced, with latest master with mac and linux with both address and thread sanitizers |
I'm still able to reproduce it using the most recent code:
If you have problems with reproducibility please try to consider cloning: https://github.com/dwrobel/pxCore/tree/onemw-wayland-egl-47 (it was rebased today to master) then execute on Linux machine (with installed and working properly Docker) the followings steps:
|
Hi Damien, Will try. Is docker necessary? please clarify. |
It's a must. |
Hi Damien, Could you please share the steps you made to setup the docker. I haven't tried before. It will be useful, if you can share the steps. I will setup the same. I have ubuntu 14.04 Thanks. |
I'm not using Ubuntu, especially such aged one, but here's what I googled: https://www.liquidweb.com/kb/how-to-install-docker-on-ubuntu-14-04-lts/ Generally, It's a standard package (https://packages.ubuntu.com/trusty-updates/docker.io). So, please install it and enable the service. Then check if: |
Hi Damien, Today, I couldn't get the display or xserver running with docker, but able to get pxscene installed within docker.Do we need any special setting for enabling display with docker? please clarify |
Documentation is available at: https://github.com/dwrobel/pxCore/blob/onemw-wayland-egl-47/ci/builds/README.md
The assumption is that you can use either xserver or wayland from your local machine. No extra setup is required (unless it's not configured/available locally). Please check the following: The output from both |
Hi, please check once and confirm whether issue is resolved with dwrobel#16 Thanks. |
It fixes the issue. That was the culprit dwrobel@a1284b3 I'll also re-test other. BTW. Does that mean that you can now run |
yes, I am able to run spark in docker. Also, this is getting reproduced even without running under docker |
thanks for the inputs |
Do you see also this #1241 ? |
Fixed, thanks for the help. |
pxScene compiled with -fsanitize=thread and run with https://px-apps.sys.comcast.net/pxscene-samples/examples/px-reference/test-run/testRunner_v5.js?tests=file:../../../tests/pxScene2d/testRunner/tests.json gives the following output:
The text was updated successfully, but these errors were encountered: