[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-13 Thread anonymous
Follow-up Comment #8, bug #63315 (project make): Me too, on OmniOS. Presumably Linux will map the shared object back into the same address as before, or has that just been luck? It's definitely not the case on all operating systems. Please consider changing the title of this bug so it's easier to

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-13 Thread anonymous
Follow-up Comment #7, bug #63315 (project make): I also hit this on illumos, and just reached the same conclusion - that the memory containing the function name in the hash table entry becomes unmapped when testapi.so is unloaded and loaded again. I'll apply the patch, thanks! __

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-06 Thread Paul D. Smith
Follow-up Comment #6, bug #63315 (project make): I'm not sure what the problem actually is here. It's something weird about the shell; it's doing something strange with SIGTERM. However I modified the helper app to be able to send TERM then replaced the test recipe "kill -TERM && sleep" with a r

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-06 Thread Paul D. Smith
Follow-up Comment #5, bug #63315 (project make): I was looking at it yesterday. Both the kill / cleanup tests (temp_stdin and the one in output-sync) are failing because they are showing the exit code, not the Terminated output. It's not a big problem because the temporary files are cleaned up p

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-05 Thread Brad Smith
Follow-up Comment #4, bug #63315 (project make): Thanks. What about the temp_stdin test? ___ Reply to this item at: ___ Message sent via Savannah https

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-05 Thread Paul D. Smith
Follow-up Comment #3, bug #63315 (project make): Thank you for the assist Brad; I have found the problem and will fix it in the next release. FYI: diff --git a/src/function.c b/src/function.c index f0ef3434..893e583d 100644 --- a/src/function.c +++ b/src/function.c @@ -2801,7 +2801,7 @@ define_

Re: [bug #63315] Test failures with 4.4 on OpenBSD

2022-11-04 Thread Dmitry Goncharov
On Fri, Nov 4, 2022 at 3:51 PM Brad Smith wrote: > I can give you access to a system to test with. Brad, if you created an account for me, i'd be able to take care of this. Thank you regards, Dmitry

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-04 Thread Brad Smith
Follow-up Comment #2, bug #63315 (project make): [comment #1 comment #1:] > For the loadapi issues I'll need someone to debug that, or let me onto a system I can debug with. There's clearly something different about the OpenBSD settings related to dynamic loading/unloading which is cause coredump

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-04 Thread Paul D. Smith
Follow-up Comment #1, bug #63315 (project make): For the loadapi issues I'll need someone to debug that, or let me onto a system I can debug with. There's clearly something different about the OpenBSD settings related to dynamic loading/unloading which is cause coredumps, because we don't see thi

[bug #63315] Test failures with 4.4 on OpenBSD

2022-11-03 Thread Brad Smith
URL: Summary: Test failures with 4.4 on OpenBSD Project: make Submitter: brad0 Submitted: Fri 04 Nov 2022 03:06:58 AM UTC Severity: 3 - Normal Item Group: Bug