edespino commented on issue #765: URL: https://github.com/apache/cloudberry/issues/765#issuecomment-2544598804
@avamingli If I add the core dump check immediately, all test runs will fail until the `mirror_replay` test suite is fixed. Do you have any recommendations on how to proceed? I suggest I get this CI core checking functionality into a PR, reviewed and merged as soon as possible. In the mean time, I will file a `mirror_replay` issue for someone to review and fix as soon as possible. Additionally, I did notice that a non-debug build also produced a core for the `ic-good-opt-off` test config. https://github.com/edespino/cloudberry/actions/runs/12343458042/job/34444792947 ``` Thread 1 (Thread 0x7f5d0e537d00 (LWP 35290)): #0 0x00007f5d0f9eaa6c in __pthread_kill_implementation () from /lib64/libc.so.6 #1 0x00007f5d0f99d686 in raise () from /lib64/libc.so.6 #2 0x00007f5d1065c680 in StandardHandlerForSigillSigsegvSigbus_OnMainThread () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #3 <signal handler called> #4 0x00007f5d101b4197 in initscan_with_colinfo () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #5 0x00007f5d101b68d0 in aocs_getnext () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #6 0x00007f5d101b340a in aoco_index_build_range_scan () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #7 0x00007f5d10145a00 in btbuild () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #8 0x00007f5d101d3ac3 in index_build () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #9 0x00007f5d101d545a in index_create_internal () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #10 0x00007f5d10287bcf in DefineIndex () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #11 0x00007f5d1028903a in DefineIndex () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #12 0x00007f5d1050b58e in ProcessUtilitySlow.constprop.0 () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #13 0x00007f5d1050a5c9 in standard_ProcessUtility () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #14 0x00007f5d1050b153 in ProcessUtility () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #15 0x00007f5d10508b55 in PortalRunUtility () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #16 0x00007f5d10508c7b in PortalRunMulti () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #17 0x00007f5d10509283 in PortalRun () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #18 0x00007f5d105037a2 in exec_mpp_query () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #19 0x00007f5d10506f43 in PostgresMain () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #20 0x00007f5d10465990 in ServerLoop () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #21 0x00007f5d10466993 in PostmasterMain () from /usr/local/cloudberry-db-99.0.0/lib/libpostgres.so #22 0x00000000004027db in main () $1 = {si_signo = 11, si_errno = 0, si_code = -6, _sifields = {_pad = {35290, 1000, 0 <repeats 26 times>}, _kill = {si_pid = 35290, si_uid = 1000}, _timer = {si_tid = 35290, si_overrun = 1000, si_sigval = {sival_int = 0, sival_ptr = 0x0}}, _rt = {si_pid = 35290, si_uid = 1000, si_sigval = {sival_int = 0, sival_ptr = 0x0}}, _sigchld = {si_pid = 35290, si_uid = 1000, si_status = 0, si_utime = 0, si_stime = 0}, _sigfault = {si_addr = 0x3e8000089da, _addr_lsb = 0, _addr_bnd = {_lower = 0x0, _upper = 0x0}}, _sigpoll = {si_band = 429496733[1290](https://github.com/edespino/cloudberry/actions/runs/12343458042/job/34444792947#step:19:1291), si_fd = 0}, _sigsys = {_call_addr = 0x3e8000089da, _syscall = 0, _arch = 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
