An open API service indexing awesome lists of open source software.

https://github.com/jeongukjae/tensorflow-io-issue-1828


https://github.com/jeongukjae/tensorflow-io-issue-1828

Last synced: 7 months ago
JSON representation

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 ()
```