Re: [VOTE] Release log4net 2.0.13

2021-10-27 Thread Davyd McColl
Hi Robert Thanks for checking all these things and feeding back to me 1. SDK reference: I've linked in the older reference now, since the sdk hasn't changed, but this reminds me that I wanted to add building this to the release pipeline, and hadn't yet found a good generator - I'll put this on m

Re: [VOTE] Release log4net 2.0.13

2021-10-27 Thread Robert Middleton
Two non-blocking notes: - The 'SDK Reference' link on the staged site is a 404, I'm not sure if that's intentional or not: https://logging.staged.apache.org/log4net/release/sdk/index.html - For the zip files, it would probably be good to put everything in a top-level folder and then zip that folder

Re: log4cxx crashes after upgrade to Monterey

2021-10-27 Thread Robert Middleton
The 'socketservertestcase' is probably not related to the issue at all, but I've said that before about plenty of things and been wrong, so I would recommend that you look into the reason that's failing first. You may need to run the test manually in order to get more useful output information. (m

Re: log4cxx crashes after upgrade to Monterey

2021-10-27 Thread Matt Sicker
Could this be a firewall configuration issue? Matt Sicker > On Oct 27, 2021, at 11:52, Bob Kirnum wrote: > > I am concerned that something may have changed on my system not directly > related to the Monterey upgrade. We normally just use the dynamic library, > I only built it now in order to

Re: log4cxx crashes after upgrade to Monterey

2021-10-27 Thread Bob Kirnum
I am concerned that something may have changed on my system not directly related to the Monterey upgrade. We normally just use the dynamic library, I only built it now in order to help debug the issue. I was getting the same segmentation fault prior to building from source. Just ran the unit tes

Re: log4cxx crashes after upgrade to Monterey

2021-10-27 Thread Robert Middleton
Bob, I don't use MacOS, so I don't know why that would happen. Builds on MacOS through github actions are ok(but that is using 10.15). Assuming that your stack trace is correct, it's complaining about line 159 in class.cpp, which is just 'return true'. Are you able to run the unit tests at all?

log4cxx crashes after upgrade to Monterey

2021-10-27 Thread Bob Kirnum
Running application dynamically linked with log4cxx started crashing after upgrading MacOs to Monterey. I tried building a debug version from source but get the same error. Back trace shown below. Looks like something is missing in the environment but there are no cmake or build errors. Any sug