LoginSignup
0
1

More than 5 years have passed since last update.

werdump(動作が停止しました)、STOP文が書いてあると出る

Posted at

リリースビルドのアプリケーションがSTOP文に到達したときに
デバッガからのアタッチがない場合にwerdumpが発生する。

発生元
DEBUGSTOP

概要
動作が停止しました

日付
‎2018/‎04/‎13 15:55

状態
追加のデータが必要です

説明
障害が発生しているアプリケーションのパス: W:\DEBUGSTOP\DEBUGSTOP\bin\Release\DEBUGSTOP.exe

問題の署名
問題イベント名: CLR20r3
問題の署名 01: DEBUGSTOP.exe
問題の署名 02: 1.0.0.0
問題の署名 03: 5a中略5e
問題の署名 04: DEBUGSTOP
問題の署名 05: 1.0.0.0
問題の署名 06: 5a中略5e
問題の署名 07: 20
問題の署名 08: 12
問題の署名 09: Debugger.Break
OS バージョン: 6.1.7601.2.1.0.256.48
ロケール ID: 1041
追加情報 1: 574e
追加情報 2: 57中略a5
追加情報 3: 5a45
追加情報 4: 5a中略0a

問題の説明に役立つファイル
WERInternalMetadata.xml
AppCompat.txt
minidump.mdmp
memory.hdmp

この問題に関するその他の情報
バケット ID: 12中略92

Form1.vb
Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        MsgBox("a")
        Stop
        MsgBox("B")
        End
    End Sub
End Class
'''
0
1
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1