bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64806] "invalid output sync mutex" on windows


From: Gergely Pinter
Subject: [bug #64806] "invalid output sync mutex" on windows
Date: Mon, 15 Jan 2024 07:02:10 -0500 (EST)

Follow-up Comment #15, bug#64806 (group make):

Having placed a breakpoint on the error() function, it seems that the
"mingw32-make: *** [Makefile:7: cmp3] Error 130" error message comes from this
function call chain:

#0  error (flocp=flocp@entry=0x0, len=len@entry=40,
    fmt=fmt@entry=0x60982d "%s[%s: %s] Error %d%s%s") at src/output.c:450
#1  0x005e0373 in child_error (child=child@entry=0x3b5d8d8,
    exit_code=<optimized out>, exit_sig=<optimized out>,
    coredump=<optimized out>, ignored=<optimized out>, ignored@entry=0)
    at src/job.c:584
#2  0x005e2887 in reap_children (block=<optimized out>, block@entry=0,
    err=err@entry=0) at src/job.c:990
#3  0x005e3aaf in new_job (file=0x3b4cdc0) at src/job.c:1866
#4  0x005efe5b in remake_file (file=0x3b4cdc0) at src/remake.c:1313
#5  update_file_1 (depth=<optimized out>, file=<optimized out>)
    at src/remake.c:905
#6  update_file (file=file@entry=0x3b4cdc0, depth=<optimized out>)
    at src/remake.c:367
#7  0x005f04b7 in check_dep (file=0x3b4cdc0, depth=depth@entry=1,
    this_mtime=<optimized out>, must_make_ptr=<optimized out>,
    must_make_ptr@entry=0x19ff444) at src/remake.c:1100
#8  0x005ef2ba in update_file_1 (depth=<optimized out>, file=<optimized out>)
    at src/remake.c:633
#9  update_file (file=file@entry=0x3b4c940, depth=<optimized out>)
    at src/remake.c:367
#10 0x005f077e in update_goal_chain (goaldeps=<optimized out>)
    at src/remake.c:184
#11 0x006043ce in main (argc=<optimized out>, argv=<optimized out>,
    envp=<optimized out>) at src/main.c:2921


However since this only happens after Ctrl-C-ing the hung process, I guess
this is not the root cause.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64806>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]