[jira] [Updated] (LOG4J2-2816) NullPointerException from AsyncLogger

2020-04-10 Thread Denis (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis updated LOG4J2-2816: -- Description: We've got several times following NullPointerException (example from our stdout.log):   {code:j

[jira] [Updated] (LOG4J2-2816) NullPointerException from AsyncLogger

2020-04-10 Thread Denis (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis updated LOG4J2-2816: -- Description: We've got several times following NullPointerException (example from our stdout.log):   {code:j

[jira] [Created] (LOG4J2-2816) NullPointerException from AsyncLogger

2020-04-10 Thread Denis (Jira)
Denis created LOG4J2-2816: - Summary: NullPointerException from AsyncLogger Key: LOG4J2-2816 URL: https://issues.apache.org/jira/browse/LOG4J2-2816 Project: Log4j 2 Issue Type: Bug Component

[GitHub] [logging-log4cxx] rm5248 edited a comment on issue #22: Only exporting the log4cxx symbols by default

2020-04-10 Thread GitBox
rm5248 edited a comment on issue #22: Only exporting the log4cxx symbols by default URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-612049860 In that case, there's probably an easier way to do this. Since the symbols already need to be marked as exported for Windows bu

[GitHub] [logging-log4cxx] rm5248 commented on issue #22: Only exporting the log4cxx symbols by default

2020-04-10 Thread GitBox
rm5248 commented on issue #22: Only exporting the log4cxx symbols by default URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-612049860 In that case, there's probably an easier way to do this. Since the symbols already need to be marked as exported for Windows builds, th

[GitHub] [logging-log4cxx] aallrd commented on a change in pull request #22: Only exporting the log4cxx symbols by default

2020-04-10 Thread GitBox
aallrd commented on a change in pull request #22: Only exporting the log4cxx symbols by default URL: https://github.com/apache/logging-log4cxx/pull/22#discussion_r406709783 ## File path: src/site/apt/building/cmake.apt ## @@ -39,24 +39,26 @@ $ sudo make install * ccmake

[GitHub] [logging-log4cxx] aallrd commented on a change in pull request #22: Only exporting the log4cxx symbols by default

2020-04-10 Thread GitBox
aallrd commented on a change in pull request #22: Only exporting the log4cxx symbols by default URL: https://github.com/apache/logging-log4cxx/pull/22#discussion_r406709509 ## File path: CMakeLists.txt ## @@ -18,6 +18,13 @@ if(NOT BUILD_SHARED_LIBS) set(LOG4CXX_COMPILE_

[GitHub] [logging-log4cxx] aallrd commented on a change in pull request #22: Only exporting the log4cxx symbols by default

2020-04-10 Thread GitBox
aallrd commented on a change in pull request #22: Only exporting the log4cxx symbols by default URL: https://github.com/apache/logging-log4cxx/pull/22#discussion_r406709605 ## File path: CMakeLists.txt ## @@ -18,6 +18,13 @@ if(NOT BUILD_SHARED_LIBS) set(LOG4CXX_COMPILE_

[GitHub] [logging-log4cxx] aallrd commented on issue #22: Only exporting the log4cxx symbols by default

2020-04-10 Thread GitBox
aallrd commented on issue #22: Only exporting the log4cxx symbols by default URL: https://github.com/apache/logging-log4cxx/pull/22#issuecomment-611983430 Hello, Sorry for the incomplete PR, I wanted really to open an issue but I could not find how to to that on this project.