You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/03/16 09:36:53 UTC

[GitHub] [netbeans] pedro-w opened a new pull request #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

pedro-w opened a new pull request #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021
 
 
   This PR includes the following:
   * Update the native code for 64-bit (all platforms) which fixes the fatal error on Windows and also makes the code more correct for Linux, macOS
   * Update the native code build scripts for Windows, Linux and macOS
   * Update the lib.profiler process including the download of the binary archive of native libraries
   
   No changes were necessary to the Java code.
   Please see [NETBEANS-1428](https://issues.apache.org/jira/browse/NETBEANS-1428) for discussion.
   
   NOTE The binary archive has not yet been uploaded, so simply merging this PR for testing purposes will not work 'out of the box'.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

Posted by GitBox <gi...@apache.org>.
ebarboni commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-599484328
 
 
   I thinks the launcher executable are build on linux but that build exe for windows? if this is possible for mac we  could maybe use a jenkins to prepare them based on sources identified in a repo

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] pedro-w commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

Posted by GitBox <gi...@apache.org>.
pedro-w commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-604574927
 
 
   > If I remember correctly the building of the launcher binaries was refactored in the apache netbeans timeframe, so `git blame` on the relevant files should indicate, who might be able to help. If that does not work, take it to the dev@ mailing list.
   
   It might be @lkishalmi ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] pedro-w commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

Posted by GitBox <gi...@apache.org>.
pedro-w commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-599459586
 
 
   It is tricky because the native code needs to be built on each platform individually and then all the binary libraries combined into a zip. I've done this for Windows, macOS and Linux so if there is a suitable place I can upload it there and people can then download it manually to test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] pedro-w commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

Posted by GitBox <gi...@apache.org>.
pedro-w commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-599485772
 
 
   That would be better than the current if it is possible. Who would know the answer/how to do it? I can ask them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

Posted by GitBox <gi...@apache.org>.
ebarboni commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-599456179
 
 
   I cannot review the native code, but maybe we should make a dedicated repo to build all the native element with their source, and only use the resulting lib in the main netbeans repo 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #2021: NETBEANS-1428 Fix fatal error when profiling on Windows
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-599776541
 
 
   If I remember correctly the building of the launcher binaries was refactored in the apache netbeans timeframe, so `git blame` on the relevant files should indicate, who might be able to help. If that does not work, take it to the dev@ mailing list.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists