Re: log4cxx crashes after upgrade to Monterey

2021-11-04 Thread Bob Kirnum
ay be. Without a reproducible setup there's only a limited > amount that I can do to help. > > -Robert Middleton > > > On Thu, Oct 28, 2021 at 9:46 AM Bob Kirnum wrote: > > > > The example applications (at least trivial and console) run fine so > dynamic >

Re: log4cxx crashes after upgrade to Monterey

2021-10-28 Thread Bob Kirnum
e, so that log4cxx will know how to > load the class. Perhaps it loads them in alphabetical order? > > This SO post may provide some insight: > > https://stackoverflow.com/questions/335369/finding-c-static-initialization-order-problems > > -Robert Middleton > > On Thu, Oct

Re: log4cxx crashes after upgrade to Monterey

2021-10-28 Thread Bob Kirnum
ibrary? Thanks, Bob << int main(int argc, char* argv[]) { IGNORE_WARNINGS_ASIO; if (2 == argc && 0 == strcmp("--version", argv[1])) { printVersion(); return 0; } else if (3 != argc) { printUsage(); return 1; } std::string logging_proper

Re: log4cxx crashes after upgrade to Monterey

2021-10-27 Thread Bob Kirnum
"--rerun-failed --output-on-failure" to re-run the failed cases verbosely. make: *** [test] Error 8 On Wed, Oct 27, 2021 at 12:35 PM Robert Middleton wrote: > Bob, > > I don't use MacOS, so I don't know why that would happen. Builds on > MacOS through github

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

Re: proposal/idea for enhancement to log4j audit

2019-11-25 Thread Bob Mroczka
Yes. ⁣Bob Mroczka​ Original Message From: Ralph Goers Sent: Mon Nov 25 22:24:56 CST 2019 To: dev@logging.apache.org Subject: Re: proposal/idea for enhancement to log4j audit If I understand what you are asking for is you want to define an event attribute that has a constant

proposal/idea for enhancement to log4j audit

2019-11-25 Thread Bob
s doesn't sound too off the wall.  I'm no java expert by any stretch of the imagination but if you could provide some guidance on a proper way of implementing this I'd like to get an idea. Thanks. Bob

proposal/idea for enhancement to log4j audit

2019-11-25 Thread Bob
s doesn't sound too off the wall.  I'm not a java expert but if you could provide some guidance on a good way of implementing this I'd like to know. Thanks. Bob