You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/23 17:29:20 UTC

[GitHub] [incubator-mxnet] szha opened a new issue #18986: test_bbox_augmenters crashes

szha opened a new issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986


   ## Description
   tests/python/unittest/test_contrib_gluon_data_vision.py::TestImage::test_bbox_augmenters
   
   ## Occurrences
   https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-gpu/detail/PR-18969/7/pipeline
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu removed a comment on issue #18986: test_bbox_augmenters randomly crashes

Posted by GitBox <gi...@apache.org>.
leezu removed a comment on issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986#issuecomment-725075021


   @zhreshold please see the deterministic reproducer in the comment above.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu closed issue #18986: test_bbox_augmenters randomly crashes

Posted by GitBox <gi...@apache.org>.
leezu closed issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu commented on issue #18986: test_bbox_augmenters randomly crashes

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986#issuecomment-725084068


   https://github.com/apache/incubator-mxnet/blob/a2b400c72e4069a2ee531a969fa874bef109a763/src/operator/image/image_random-inl.h#L836-L880
   
   ```
   (lldb) p sector
   (int) $8 = 6
   (lldb) p c_HlsSectorData[6]
   (const int [3]) $9 = ([0] = 2020422990, [1] = 846488942, [2] = 1765109871)
   ```
   
   ```
   * thread #1, name = 'python3.8', stop reason = signal SIGSEGV: invalid address (fault address: 0x0)
     * frame #0: 0x00007fff3adc8c54 libmxnet.so`mxnet::op::image::HLS2RGBConvert(src_h=0x00007fffffff29f0, src_l=0x00007fffffff29ec, src_s=0x00007fffffff29e
   8, dst_r=0x00007fffffff29e4, dst_g=0x00007fffffff29e0, dst_b=0x00007fffffff29dc) at image_random-inl.h:877:9
       frame #1: 0x00007fff3adc8042 libmxnet.so`mxnet::op::image::AdjustHueImpl(alpha=-0.0850340575, ctx=0x00007fffffff3030, inputs=size=1, req=size=1, outp
   uts=size=1) at image_random-inl.h:895:3
       frame #2: 0x00007fff3adc0783 libmxnet.so`mxnet::op::image::RandomColorJitter(attrs=0x0000555556c5e7f0, ctx=0x00007fffffff3030, inputs=size=1, req=siz
   e=1, outputs=size=1) at image_random-inl.h:991:11
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18986: test_bbox_augmenters randomly crashes on windows

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986#issuecomment-684991415


   +1 for unrelated PR : #19061
   https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/windows-gpu/branches/PR-19061/runs/1/nodes/109/steps/155/log/?start=0


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu commented on issue #18986: test_bbox_augmenters randomly crashes

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986#issuecomment-725073777


   Also crashes on Linux. Repro via:
   
   `MXNET_TEST_SEED=1492532915 python3.8 -m pytest tests/python/unittest/test_numpy_contrib_gluon_data_vision.py::TestImage::test_bbox_augmenters`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu commented on issue #18986: test_bbox_augmenters randomly crashes on windows

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986#issuecomment-722497148


   https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/windows-gpu/branches/PR-19478/runs/1/nodes/108/steps/133/log/?start=0


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] leezu commented on issue #18986: test_bbox_augmenters randomly crashes

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18986:
URL: https://github.com/apache/incubator-mxnet/issues/18986#issuecomment-725075021


   @zhreshold please see the deterministic reproducer in the comment above.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org