views:

12271

answers:

7
+2  Q: 

Vista BEX error

Recently I got IE7 crashed on Vista on jar loading (presumably) with the following error:

Problem signature:
  Problem Event Name:        BEX
  Application Name:          iexplore.exe
  Application Version:       7.0.6001.18000
  Application Timestamp:     47918f11
  Fault Module Name:         ntdll.dll
  Fault Module Version:      6.0.6001.18000
  Fault Module Timestamp:    4791a7a6
  Exception Offset:          00087ba6
  Exception Code:            c000000d
  Exception Data:            00000000
  OS Version:                6.0.6001.2.1.0.768.3
  Locale ID:                 1037
  Additional Information 1:  fd00
  Additional Information 2:  ea6f5fe8924aaa756324d57f87834160
  Additional Information 3:  fd00
  Additional Information 4:  ea6f5fe8924aaa756324d57f87834160

Googling revealed this sort of problems is common for Vista and relates to Java (although SUN negates). Also I think it has something to do with DEP. I failed to find official Microsoft Kb.

So, the questions are:

  • What BEX stands for?
  • What is it about?
  • How to deal with such kind of errors?
A: 

Right now this question is at -1, I would like to know why? Also I think this points to requiring a comment for a negative vote. Allow that comment to be voted on so that it can be up voted or down voted preventing comments like 'asdf'.

osp70
+1  A: 

BEX=Buffer overflow exception. See http://technet.microsoft.com/en-us/library/cc738483.aspx for details. However, c000000d is STATUS_INVALID_PARAMETER; the technet article talks primarily about status c0000005 or c0000409 (access violation/DEP)

MSalters
+1  A: 

Java and IE7 do not like to play together nicely. Just turn off DEP, it will work fine then.

http://www.tech-recipes.com/rx/1261/vista_disable_dep_noexecute_protection_fix_explorer_crashing/

A: 

go to internet explorer options/ advanced /security/ uncheck the box that says enable memory protection to mitigate attacks this will work it did for me

go to internet explorer options/ advanced /security/ uncheck the box that says enable memory protection to mitigate attacks this will work it did for me

A: 

Most likely there is an addon that is messing with IE.

You can try this. 1. Open IE 2. Switch to the Advanced tab. 3. Click the Reset Internet Explorer Settings button. 4. Click Reset to confirm the operation. 5. Click Close when the resetting process finished. 6. Uncheck Enable third-party browser extensions option in the Settings box. 7. Click Apply, click OK.

After this, check to see if it works and if it does, enable one addon at a time until you find the culprit. Then uninstall it and reinstall it if you need it.

A: 

just try disabling the bing or msn toolbar - should do the trick.

chris
A: 

Problem signature: Problem Event Name: BEX Application Name: ASO3.exe Application Version: 3.1.648.6846 Application Timestamp: 4bcc347b Fault Module Name: StackHash_4c0d Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Offset: 001df24b Exception Code: c0000005 Exception Data: badc0de1 OS Version: 6.1.7600.2.0.0.256.1 Locale ID: 1033 Additional Information 1: 4c0d Additional Information 2: 4c0d4d78887f76d971d5d00f1f20a433 Additional Information 3: 4c0d Additional Information 4: 4c0d4d78887f76d971d5d00f1f20a433

Sinan