https://github.com/jeongukjae/tensorflow-io-issue-1828
https://github.com/jeongukjae/tensorflow-io-issue-1828
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeongukjae/tensorflow-io-issue-1828
- Owner: jeongukjae
- Created: 2023-08-18T05:21:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T05:26:50.000Z (about 2 years ago)
- Last Synced: 2025-03-05T01:35:47.768Z (7 months ago)
- Language: Starlark
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this is for reproducing core dump issue. https://github.com/tensorflow/io/issues/1828
```sh
$ bazel build //:main
$ sudo sysctl -w kernel.core_pattern=core.%e.%p
$ ./bazel-bin/main
is env nullptr? 1
Segmentation fault (core dumped)
$ gdb bazel-bin/main core.main.xxx
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2
...
...
Program terminated with signal SIGSEGV, Segmentation fault.
--Type for more, q to quit, c to continue without paging--
#0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65
65 ../sysdeps/x86_64/multiarch/strlen-avx2.S: No such file or directory.
(gdb) bt
#0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65
#1 0x000056338b536dfc in main ()
```