Can not open a postmortem core on windows generated on a linux
Hello!
When I'm trying to use GDB through CLion (on Windows) to open a coredump made on an embedded imx7 platform, I end up with the error “Cannot determine architecture of the target: elf32-littlearm”. This happen whether I use the GDB from CLion or the one from my toolchain
Using the toolchain straight without going through the IDE does work, this only occur when I'm trying to go through CLion
Here are the logs from trying the multiarch GDB from CLion (the logs from using the one from the toolchain are very similar):
2024-04-26 13:53:51,585 [ 21017] INFO - #c.j.c.e.debugger - [PID 14556] Debugger started: "C:\Program Files\JetBrains\CLion 2023.3.2\bin\gdb\win\x64\bin\gdb.exe" --interpreter=mi2
2024-04-26 13:53:52,174 [ 21606] FINE - #c.j.c.e.debugger - <"C:\Program Files\JetBrains\CLion 2023.3.2\bin\gdb\win\x64\bin\gdb.exe" --interpreter=mi2
2024-04-26 13:53:52,174 [ 21606] FINE - #c.j.c.e.debugger - <=thread-group-added,id="i1"
2024-04-26 13:53:52,277 [ 21709] FINE - #c.j.c.e.debugger - <~"GNU gdb (GDB; JetBrains IDE bundle; build 186) 14.1\n"
2024-04-26 13:53:52,281 [ 21713] FINE - #c.j.c.e.debugger - <~"Copyright (C) 2023 Free Software Foundation, Inc.\n"
2024-04-26 13:53:52,282 [ 21714] FINE - #c.j.c.e.debugger - <~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law."
2024-04-26 13:53:52,284 [ 21716] FINE - #c.j.c.e.debugger - <~"\nType \"show copying\" and \"show warranty\" for details.\n"
2024-04-26 13:53:52,284 [ 21716] FINE - #c.j.c.e.debugger - <~"This GDB was configured as \"x86_64-w64-mingw32\".\n"
2024-04-26 13:53:52,285 [ 21717] FINE - #c.j.c.e.debugger - <~"Type \"show configuration\" for configuration details.\n"
2024-04-26 13:53:52,286 [ 21718] FINE - #c.j.c.e.debugger - <~"For bug reporting instructions, please see:\n"
2024-04-26 13:53:52,286 [ 21718] FINE - #c.j.c.e.debugger - <~"<https://www.gnu.org/software/gdb/bugs/>.\n"
2024-04-26 13:53:52,287 [ 21719] FINE - #c.j.c.e.debugger - <~"Find the GDB manual and other documentation resources online at:\n <"
2024-04-26 13:53:52,287 [ 21719] FINE - #c.j.c.e.debugger - <~"http://www.gnu.org/software/gdb/documentation/>.\n\n"
2024-04-26 13:53:52,288 [ 21720] FINE - #c.j.c.e.debugger - <~"For help, type \"help\".\n"
2024-04-26 13:53:52,289 [ 21721] FINE - #c.j.c.e.debugger - <~"Type \"apropos word\" to search for commands related to \"word\".\n"
2024-04-26 13:53:52,289 [ 21721] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,290 [ 21722] FINE - #c.j.c.e.debugger - >1-gdb-set print elements 256
2024-04-26 13:53:52,298 [ 21730] FINE - #c.j.c.e.debugger - <1^done
2024-04-26 13:53:52,306 [ 21738] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,306 [ 21738] FINE - #c.j.c.e.debugger - >2-gdb-set print repeats 0
2024-04-26 13:53:52,314 [ 21746] FINE - #c.j.c.e.debugger - <2^done
2024-04-26 13:53:52,315 [ 21747] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,315 [ 21747] FINE - #c.j.c.e.debugger - >3-gdb-set print object on
2024-04-26 13:53:52,330 [ 21762] FINE - #c.j.c.e.debugger - <3^done
2024-04-26 13:53:52,331 [ 21763] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,331 [ 21763] FINE - #c.j.c.e.debugger - >4-gdb-set print asm-demangle on
2024-04-26 13:53:52,345 [ 21777] FINE - #c.j.c.e.debugger - <4^done
2024-04-26 13:53:52,346 [ 21778] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,346 [ 21778] FINE - #c.j.c.e.debugger - >5-gdb-set python print-stack full
2024-04-26 13:53:52,360 [ 21792] FINE - #c.j.c.e.debugger - <5^done
2024-04-26 13:53:52,361 [ 21793] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,361 [ 21793] FINE - #c.j.c.e.debugger - >6-gdb-set backtrace past-main on
2024-04-26 13:53:52,375 [ 21807] FINE - #c.j.c.e.debugger - <6^done
2024-04-26 13:53:52,376 [ 21808] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,376 [ 21808] FINE - #c.j.c.e.debugger - >7-gdb-set backtrace past-entry on
2024-04-26 13:53:52,378 [ 21810] INFO - #c.i.o.a.i.ActionPopupMenuImpl - isPopupOrMainMenuPlace(ParallelStacksPopup)==false. Use ActionPlaces.getPopupPlace.
2024-04-26 13:53:52,391 [ 21823] FINE - #c.j.c.e.debugger - <7^done
2024-04-26 13:53:52,392 [ 21824] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,392 [ 21824] FINE - #c.j.c.e.debugger - >8-gdb-set follow-fork-mode parent
2024-04-26 13:53:52,406 [ 21838] FINE - #c.j.c.e.debugger - <8^done
2024-04-26 13:53:52,407 [ 21839] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,407 [ 21839] FINE - #c.j.c.e.debugger - >9-gdb-set detach-on-fork on
2024-04-26 13:53:52,423 [ 21855] FINE - #c.j.c.e.debugger - <9^done
2024-04-26 13:53:52,424 [ 21856] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,424 [ 21856] FINE - #c.j.c.e.debugger - >10-gdb-show mi-async
2024-04-26 13:53:52,438 [ 21870] FINE - #c.j.c.e.debugger - <10^done,value="off"
2024-04-26 13:53:52,440 [ 21872] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,440 [ 21872] FINE - #c.j.c.e.debugger - >11python import gdb; print(gdb.VERSION);
2024-04-26 13:53:52,454 [ 21886] FINE - #c.j.c.e.debugger - <&"python import gdb; print(gdb.VERSION);\n"
2024-04-26 13:53:52,454 [ 21886] FINE - #c.j.c.e.debugger - <~"14.1\n"
2024-04-26 13:53:52,454 [ 21886] FINE - #c.j.c.e.debugger - <11^done
2024-04-26 13:53:52,456 [ 21888] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,459 [ 21891] FINE - #c.j.c.e.debugger - >12info pretty-printer
2024-04-26 13:53:52,470 [ 21902] FINE - #c.j.c.e.debugger - <&"info pretty-printer\n"
2024-04-26 13:53:52,470 [ 21902] FINE - #c.j.c.e.debugger - <~"global pretty-printers:\n"
2024-04-26 13:53:52,471 [ 21903] FINE - #c.j.c.e.debugger - <~" builtin\n"
2024-04-26 13:53:52,471 [ 21903] FINE - #c.j.c.e.debugger - <~" mpx_bound128\n"
2024-04-26 13:53:52,471 [ 21903] FINE - #c.j.c.e.debugger - <12^done
2024-04-26 13:53:52,472 [ 21904] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,472 [ 21904] FINE - #c.j.c.e.debugger - >13python import sys; sys.dont_write_bytecode = True; sys.path.insert(0, "C:/Program Files/JetBrains/CLion 2023.3.2/bin/gdb/renderers"); from default.printers import register_default_printers; register_default_printers(None); from libstdcxx.v6.printers import register_libstdcxx_printers; register_libstdcxx_printers(None); from default.libstdcxx_printers import patch_libstdcxx_printers_module; patch_libstdcxx_printers_module();
2024-04-26 13:53:52,486 [ 21918] FINE - #c.j.c.e.debugger - <&"python import sys; sys.dont_write_bytecode = True; sys.path.insert(0, \"C:/Program Files/JetBrains/CLion 2023.3.2/bin/gdb/renderers\"); from default.printers import register_default_printers; register_default_printers(None); from libstdcxx.v6.printers import register_libstdcxx_printers; register_libstdcxx_printers(None); from default.libstdcxx_printers import patch_libstdcxx_printers_module; patch_libstdcxx_printers_module(); \n"
2024-04-26 13:53:52,502 [ 21934] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-04-26 13:53:52,502 [ 21934] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-04-26 13:53:52,604 [ 22036] FINE - #c.j.c.e.debugger - <13^done
2024-04-26 13:53:52,605 [ 22037] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,605 [ 22037] FINE - #c.j.c.e.debugger - >14-enable-pretty-printing
2024-04-26 13:53:52,625 [ 22057] FINE - #c.j.c.e.debugger - <14^done
2024-04-26 13:53:52,626 [ 22058] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,626 [ 22058] FINE - #c.j.c.e.debugger - >15python from default.commands import register_commands; register_commands();
2024-04-26 13:53:52,640 [ 22072] FINE - #c.j.c.e.debugger - <&"python from default.commands import register_commands; register_commands();\n"
2024-04-26 13:53:52,656 [ 22088] FINE - #c.j.c.e.debugger - <15^done
2024-04-26 13:53:52,657 [ 22089] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,657 [ 22089] FINE - #c.j.c.e.debugger - >16-file-exec-and-symbols "D:/appli/rhp/CXXSoftware/ITM/Integration/CXX/cmake-build-debug/cvi3/cxx"
2024-04-26 13:53:52,814 [ 22246] FINE - #c.j.c.e.debugger - Waiting for '-file-exec-and-symbols "D:/appli/rhp/CXXSoftware/ITM/Integration/CXX/cmake-build-debug/cvi3/cxx"' 1 times.
2024-04-26 13:53:52,926 [ 22358] FINE - #c.j.c.e.debugger - <16^done
2024-04-26 13:53:52,927 [ 22359] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,928 [ 22360] FINE - #c.j.c.e.debugger - >17-gdb-set sysroot C:\Toolchains\Linux_imx7\sysroots\cortexa7t2hf-neon-poky-linux-gnueabi
2024-04-26 13:53:52,937 [ 22369] FINE - #c.j.c.e.debugger - <17^done
2024-04-26 13:53:52,938 [ 22370] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:52,938 [ 22370] FINE - #c.j.c.e.debugger - >18maintenance info sections
2024-04-26 13:53:52,952 [ 22384] FINE - #c.j.c.e.debugger - <&"maintenance info sections\n"
2024-04-26 13:53:52,952 [ 22384] FINE - #c.j.c.e.debugger - <~"Exec file: `D:\\appli\\rhp\\CXXSoftware\\ITM\\Integration\\CXX\\cmake-build-debug\\cvi3\\cxx', file type elf32-littlearm.\n"
2024-04-26 13:53:52,964 [ 22396] FINE - #c.j.c.e.debugger - <~" [0] 0x0154->0x016d at 0x00000154: .interp ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:52,978 [ 22410] FINE - #c.j.c.e.debugger - <~" [1] 0x0170->0x0194 at 0x00000170: .note.gnu.build-id ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:52,991 [ 22423] FINE - #c.j.c.e.debugger - <~" [2] 0x0194->0x01b4 at 0x00000194: .note.ABI-tag ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,003 [ 22435] FINE - #c.j.c.e.debugger - <~" [3] 0x01b4->0x36a8 at 0x000001b4: .gnu.hash ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,016 [ 22448] FINE - #c.j.c.e.debugger - <~" [4] 0x36a8->0x1ed98 at 0x000036a8: .dynsym ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,029 [ 22461] FINE - #c.j.c.e.debugger - <~" [5] 0x1ed98->0x6ca38 at 0x0001ed98: .dynstr ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,040 [ 22472] FINE - #c.j.c.e.debugger - <~" [6] 0x6ca38->0x70116 at 0x0006ca38: .gnu.version ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,053 [ 22485] FINE - #c.j.c.e.debugger - <~" [7] 0x70118->0x70378 at 0x00070118: .gnu.version_r ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,065 [ 22497] FINE - #c.j.c.e.debugger - <~" [8] 0x70378->0x1634a8 at 0x00070378: .rel.dyn ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,078 [ 22510] FINE - #c.j.c.e.debugger - <~" [9] 0x1634a8->0x16bae0 at 0x001634a8: .rel.plt ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,090 [ 22522] FINE - #c.j.c.e.debugger - <~" [10] 0x16bae0->0x16baec at 0x0016bae0: .init ALLOC LOAD READONLY CODE HAS_CONTENTS\n"
2024-04-26 13:53:53,094 [ 22526] FINE - #c.j.c.e.debugger - Waiting for 'maintenance info sections' 1 times.
2024-04-26 13:53:53,102 [ 22534] FINE - #c.j.c.e.debugger - <~" [11] 0x16baec->0x178648 at 0x0016baec: .plt ALLOC LOAD READONLY CODE HAS_CONTENTS\n"
2024-04-26 13:53:53,115 [ 22547] FINE - #c.j.c.e.debugger - <~" [12] 0x178648->0x83fce4 at 0x00178648: .text ALLOC LOAD READONLY CODE HAS_CONTENTS\n"
2024-04-26 13:53:53,129 [ 22561] FINE - #c.j.c.e.debugger - <~" [13] 0x83fce4->0x83fcec at 0x0083fce4: .fini ALLOC LOAD READONLY CODE HAS_CONTENTS\n"
2024-04-26 13:53:53,142 [ 22574] FINE - #c.j.c.e.debugger - <~" [14] 0x83fcf0->0x8cda38 at 0x0083fcf0: .rodata ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,156 [ 22588] FINE - #c.j.c.e.debugger - <~" [15] 0x8cda38->0x979be8 at 0x008cda38: .ARM.extab ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,170 [ 22602] FINE - #c.j.c.e.debugger - <~" [16] 0x979be8->0x9a45d0 at 0x00979be8: .ARM.exidx ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,183 [ 22615] FINE - #c.j.c.e.debugger - <~" [17] 0x9a45d0->0x9a45d4 at 0x009a45d0: .eh_frame ALLOC LOAD READONLY DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,197 [ 22629] FINE - #c.j.c.e.debugger - <~" [18] 0x9b47d0->0x9b5c9c at 0x009a47d0: .init_array ALLOC LOAD DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,209 [ 22641] FINE - #c.j.c.e.debugger - <~" [19] 0x9b5c9c->0x9b5ca0 at 0x009a5c9c: .fini_array ALLOC LOAD DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,224 [ 22656] FINE - #c.j.c.e.debugger - <~" [20] 0x9b5ca0->0xa5f8e0 at 0x009a5ca0: .data.rel.ro ALLOC LOAD DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,236 [ 22668] FINE - #c.j.c.e.debugger - <~" [21] 0xa5f8e0->0xa5fa58 at 0x00a4f8e0: .dynamic ALLOC LOAD DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,250 [ 22682] FINE - #c.j.c.e.debugger - <~" [22] 0xa5fa58->0xa68000 at 0x00a4fa58: .got ALLOC LOAD DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,265 [ 22697] FINE - #c.j.c.e.debugger - <~" [23] 0xa68000->0xa682d0 at 0x00a58000: .data ALLOC LOAD DATA HAS_CONTENTS\n"
2024-04-26 13:53:53,275 [ 22707] FINE - #c.j.c.e.debugger - <~" [24] 0xa682d0->0xa77a68 at 0x00a582d0: .bss ALLOC\n"
2024-04-26 13:53:53,290 [ 22722] FINE - #c.j.c.e.debugger - <~" [25] 0x0000->0x0012 at 0x00a582d0: .comment READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,303 [ 22735] FINE - #c.j.c.e.debugger - <~" [26] 0x0000->0x003b at 0x00a582e2: .ARM.attributes READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,318 [ 22750] FINE - #c.j.c.e.debugger - <~" [27] 0x0000->0x81840 at 0x00a5831d: .debug_aranges READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,329 [ 22761] FINE - #c.j.c.e.debugger - <~" [28] 0x0000->0x59cbf80 at 0x00ad9b5d: .debug_info READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,341 [ 22773] FINE - #c.j.c.e.debugger - <~" [29] 0x0000->0x38e89a at 0x064a5add: .debug_abbrev READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,353 [ 22785] FINE - #c.j.c.e.debugger - <~" [30] 0x0000->0x10c8004 at 0x06834377: .debug_line READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,365 [ 22797] FINE - #c.j.c.e.debugger - <~" [31] 0x0000->0x1f9a0c at 0x078fc37c: .debug_frame READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,377 [ 22809] FINE - #c.j.c.e.debugger - <~" [32] 0x0000->0xba7530 at 0x07af5d88: .debug_str READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,391 [ 22823] FINE - #c.j.c.e.debugger - <~" [33] 0x0000->0x107b9c5 at 0x0869d2b8: .debug_loclists READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,404 [ 22836] FINE - #c.j.c.e.debugger - <~" [34] 0x0000->0x39635c at 0x09718c7d: .debug_rnglists READONLY HAS_CONTENTS\n"
2024-04-26 13:53:53,404 [ 22836] FINE - #c.j.c.e.debugger - <18^done
2024-04-26 13:53:53,404 [ 22836] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:53,408 [ 22840] FINE - #c.j.c.e.debugger - Cannot determine architecture of the target: elf32-littlearm
com.intellij.execution.ExecutionException: Cannot determine architecture of the target: elf32-littlearm
at com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver.doSelectWinbreakBinary(GDBDriver.java:1271)
at com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver.doReadTargetInfo(GDBDriver.java:1253)
at com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver.lambda$targetSelectCore$5(GDBDriver.java:739)
at com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver.lambda$doExecuteCommand$61(GDBDriver.java:4057)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:244)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:222)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:210)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:840)
2024-04-26 13:53:53,412 [ 22844] FINE - #c.j.c.e.debugger - >19kill
2024-04-26 13:53:53,421 [ 22853] FINE - #c.j.c.e.debugger - <&"kill\n"
2024-04-26 13:53:53,421 [ 22853] FINE - #c.j.c.e.debugger - <&"The program is not being run.\n"
2024-04-26 13:53:53,421 [ 22853] FINE - #c.j.c.e.debugger - <19^error,msg="The program is not being run."
2024-04-26 13:53:53,422 [ 22854] FINE - #c.j.c.e.debugger - <(gdb)
2024-04-26 13:53:53,422 [ 22854] WARN - #c.j.c.e.debugger - [UNEXPECTED] >kill
2024-04-26 13:53:53,423 [ 22855] WARN - #c.j.c.e.debugger - [UNEXPECTED] <^error,msg="The program is not being run."
2024-04-26 13:53:53,425 [ 22857] FINE - #c.j.c.e.debugger - >20-gdb-exit
2024-04-26 13:53:53,436 [ 22868] FINE - #c.j.c.e.debugger - <20^exit
2024-04-26 13:53:53,514 [ 22946] INFO - #c.j.c.e.debugger - [PID 14556] Debugger exited with code 0
2024-04-26 13:53:53,515 [ 22947] FINE - #c.j.c.e.debugger - <[terminated]
请先登录再写评论。