掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
ウィンドウ終了時についてのアクセス違反 (ID:55139)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
参考にエラー箇所を載せておきます。 [fflush.c] 234 〜 267 行 static int __cdecl flsall ( int flushflag ) { REG1 int i; int count = 0; int errcode = 0; #ifdef _MT _mlock(_IOB_SCAN_LOCK); __try { #endif /* _MT */ for ( i = 0 ; i < _nstream ; i++ ) { //////////////////////////////////////ここでアクセス違反になります。/////////////// if ( (__piob[i] != NULL) && (inuse((FILE *)__piob[i])) ) { ///////////////////////////////////////////////////////////////////////////////// #ifdef _MT /* * lock the stream. this is not done until testing * the stream is in use to avoid unnecessarily creating * a lock for every stream. the price is having to * retest the stream after the lock has been asserted. */ _lock_str2(i, __piob[i]); __try { /* * if the stream is STILL in use (it may have been * closed before the lock was asserted), see about * flushing it. */ if ( inuse((FILE *)__piob[i]) ) { #endif /* _MT */ もしここにどのような数値が入っているかわかったら教えて下さい。
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.