4. Did you get any dump files generated after running the program using I_MPI_DEBUG_COREDUMP=1? Yes,I got a core dump file after using I_MPI_DEBUG_COREDUMP=1. But, when I run the program on multiple nodes , only one node can generate only one core dump...
(surface=0x55dbbe692dc0, x=0, y=0, iterator=0x55dbbcdd4c80 <_FUN(wlr_surface*, int, int, void*)>, user_data=0x55dbbe89a2d0) at ../subprojects/wlroots/types/wlr_compositor.c:1151 subsurface = <optimized out> #9 0x000055dbbcdd4c0d in CWindow::updateSurfaceScaleTransformDetails...
Download the coredump and SRS binary, then run gdb: docker run --rm -it -v `pwd`:/srs -w /srs registry.cn-hangzhou.aliyuncs.com/ossrs/srs:dev gdb srs -c core* The stack of coredump: [root@afa08885f337 srs]# gdb srs -c core.21038 Core was generated by `./objs/srs -c conf...
20Bug #43074MTR2 is not accessing core dumps when a path is too long Executable path is truncated in core If we see truncated path, try to guess using strings and grep If that doesn't work either, use known mysqld path modified: mysql-test/lib/My/CoreDump.pm mysql-test/mysql-test-...
Recently wee had this problem in our production instance (5.0.7), it made the instance crash and generated a coredump. Analyzing the coredump we found the pattern shown in the screenshot I am attaching. As you can see there is an infinite loop produced by calls between com.atlassian.jira....
Status:CLOSED ERRATA Alias:None Product:Fedora Component:libreport Version:32 Hardware:Unspecified OS:Unspecified Priority:unspecified Severity:unspecified Target Milestone:--- Assignee:ekulik QA Contact:Fedora Extras Quality Assurance Docs Contact:
Jan 30 10:05:22 hayes-02 systemd-coredump[30471]: Process 30462 (pvmove) of user 0 dumped core.#012#012Stack trace of thread 30462:#012#0 0x000055cc9150b6e7 lv_on_pmem (lvm)#012#1 0x000055cc91554f27 _writecache_add_target_line (lvm)#012#2 0x000055cc9154262f _add_target_to_...
(36) boot: 7 coredump Unknown data 01 03 00f16000 00013000 I (36) boot: End of partition table I (72) esp_image: segment 0: paddr=00390020 vaddr=3f400020 size=7a7f0h (501744) map I (224) esp_image: segment 1: paddr=0040a818 vaddr=3ff80063 size=00008h ( 8) load I (225)...
Description of problem In src/runtime/pkg/containerd-shim-v2/start.go:startContainer() when starting a container and s.sandbox.Start(ctx) fails for whatever reason, the shim can deadlock at: src/runtime/pkg/containerd-shim-v2/service.go:...
This will cause the service to be terminated with SIGABRT # and a coredump to be generated. # # To undo this configuration change, create a mask file: # sudo mkdir -p /etc/systemd/user/service.d # sudo ln -sv /dev/null /etc/systemd/user/service.d/10-timeout-abort.conf [Service]...