Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ADT SAP GUI integration causes bluescreens

fabianlupa
Contributor
0 Kudos

On two different computers and two entirely separated SAP systems I am experiencing immediate bluescreens in various parts of the SAP GUI integration in the ABAP Development Tools for Eclipse (ADT). I assume this issue has something to do with the latest big Windows 10 update (creators update 1703) since I never had these issues before.

So far I found these actions which trigger an immediate bluescreen (reproduce-able on both computers):

  • Open an Adobe Interactive Form definition and click on the layout tab (which should normally show an integrated Adobe form editor)
  • Open SM50 and click on a running process to display its current callstack
  • Create a function module and try to change its properties to be an update function module

Eclipse and its plugins are up to date. The SAP GUI installation is the one which comes with the SAP NetWeaver AS ABAP 7.50 SP2 Developer Edition. One SAP system is the developer edition one I just mentioned, the other is a retail system with AS ABAP 740 SP5.

The bluescreen will not be triggered when doing the above actions directly in SAP GUI (opened via SAP Logon and not in Eclipse).

I searched the SAP Notes but I can only find one which says SAP may never ever cause a bluescreen because it executes no source code in "kernel mode".

I could not find any relevant helpful information about the cause in Windows event viewer.

Is this a known issue or does anybody else experience this behavior? Since I got the same problem on two entirely separated systems I doubt it has something to do with my local installation / configuration.


1 ACCEPTED SOLUTION

sratz
Advisor
Advisor

Hi Fabian,

we were able to reproduce this issue.

Indeed, the problem seems to be related to the Windows 10 Creators Update (1703). There are similar reports on Microsoft MSDN / Technet:

https://social.msdn.microsoft.com/Forums/vstudio/en-US/05a5081a-6582-4d24-9b7f-dda2d85b7c51/bsod-win...

https://social.technet.microsoft.com/Forums/windows/en-US/d3be446d-d230-43b3-9d56-df93a200c9f4/need-...

We are trying to further analyze the problem, but we are not sure if something can be done from our side.

Best regards,

Sebastian

5 REPLIES 5

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Fabian,

thanks for this important feedback. We will check this.

Best regards,
Armin

sratz
Advisor
Advisor

Hi Fabian,

we were able to reproduce this issue.

Indeed, the problem seems to be related to the Windows 10 Creators Update (1703). There are similar reports on Microsoft MSDN / Technet:

https://social.msdn.microsoft.com/Forums/vstudio/en-US/05a5081a-6582-4d24-9b7f-dda2d85b7c51/bsod-win...

https://social.technet.microsoft.com/Forums/windows/en-US/d3be446d-d230-43b3-9d56-df93a200c9f4/need-...

We are trying to further analyze the problem, but we are not sure if something can be done from our side.

Best regards,

Sebastian

0 Kudos

Hi Sebastian,

thanks for investigating.

So for me that means I'll have to either stop using ADT for SAP development or somehow downgrade / reinstall my operating system to the anniversary update until a fix is provided my Microsoft?

Is there / will there be a SAP note which says that update 1703 is currently not supported and should not be deployed by WSUS to SAP developers using ADT? Immediate unforeseeable bluescreens seem quite critical to me (involving data loss, process cancellation, ...).

-Fabian

Hi Fabian,

the problem has been fixed by Microsoft:

https://support.microsoft.com/en-us/help/4022716/windows-10-update-kb4022716

  • Addressed issue (Error 0x7F) with Windows Forms (WinForms) that causes the system to crash after upgrading to the Creators Update.

The official SAP Note can be found here: https://launchpad.support.sap.com/#/notes/2491832

Best regards,

Sebastian

0 Kudos

Great, thanks for following up on this.