oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Access violation in r429. #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This was with the Canary 7.0.530.0 Chrome build. Call stack from an XP box:

Thread 0 *CRASHED* ( EXCEPTION_ACCESS_VIOLATION_READ @ 0x00000052 )
0x00000052          
0x014551b3  [libGLESv2.dll  - context.cpp:2373]     gl::Context::clear(unsigned 
int)
0x01445f41  [libGLESv2.dll  - libglesv2.cpp:611]    glClear
0x01c521e9  [chrome.dll     - gles2_cmd_decoder.cc:2220] 
    gpu::gles2::GLES2DecoderImpl::DoCommand(unsigned int,unsigned int,void const *)
0x01c4fbb9  [chrome.dll     - cmd_parser.cc:56] 
    gpu::CommandParser::ProcessCommand()
0x01c4f9fb  [chrome.dll     - gpu_processor.cc:104] 
    gpu::GPUProcessor::ProcessCommands()
0x01ed42fe  [chrome.dll     - callback.h:119] 
    CallbackImpl<SafeBrowsingStoreFile,void ( 
SafeBrowsingStoreFile::*)(void),Tuple0>::RunWithParams(Tuple0 const &)
0x01c4f3dd  [chrome.dll     - callback.h:79]    CallbackRunner<Tuple0>::Run()
0x01c4eec8  [chrome.dll     - command_buffer_service.cc:90] 
    gpu::CommandBufferService::Flush(int)
0x01d6e774  [chrome.dll     - gpu_command_buffer_stub.cc:129] 
    GpuCommandBufferStub::OnFlush(int,gpu::CommandBuffer::State *)

Another example from a Win 7 box:

Thread 0 *CRASHED* ( EXCEPTION_ACCESS_VIOLATION_EXEC @ 0x4dff00b6 )
0x4dff00b6          
0x6b6651b3  [libGLESv2.dll  - context.cpp:2373]     gl::Context::clear(unsigned 
int)
0x6b655f41  [libGLESv2.dll  - libglesv2.cpp:611]    glClear
0x657c21e9  [chrome.dll     - gles2_cmd_decoder.cc:2220] 
    gpu::gles2::GLES2DecoderImpl::DoCommand(unsigned int,unsigned int,void const *)
0x657bfbb9  [chrome.dll     - cmd_parser.cc:56] 
    gpu::CommandParser::ProcessCommand()
0x657bf9fb  [chrome.dll     - gpu_processor.cc:104] 
    gpu::GPUProcessor::ProcessCommands()
0x65a442fe  [chrome.dll     - callback.h:119] 
    CallbackImpl<SafeBrowsingStoreFile,void ( 
SafeBrowsingStoreFile::*)(void),Tuple0>::RunWithParams(Tuple0 const &)
0x657bf3dd  [chrome.dll     - callback.h:79]    CallbackRunner<Tuple0>::Run()
0x657beec8  [chrome.dll     - command_buffer_service.cc:90] 
    gpu::CommandBufferService::Flush(int)
0x658de774  [chrome.dll     - gpu_command_buffer_stub.cc:129] 
    GpuCommandBufferStub::OnFlush(int,gpu::CommandBuffer::State *)

One more Windows 7 box:

Thread 0 *CRASHED* ( EXCEPTION_ACCESS_VIOLATION_EXEC @ 0xfffffffffc4d8b66 )
0xfc4d8b66          
0x6eef51b3  [libGLESv2.dll  - context.cpp:2373]     gl::Context::clear(unsigned 
int)
0x6eee5f41  [libGLESv2.dll  - libglesv2.cpp:611]    glClear
0x657c21e9  [chrome.dll     - gles2_cmd_decoder.cc:2220] 
    gpu::gles2::GLES2DecoderImpl::DoCommand(unsigned int,unsigned int,void const *)
0x657bfbb9  [chrome.dll     - cmd_parser.cc:56] 
    gpu::CommandParser::ProcessCommand()
0x657bf9fb  [chrome.dll     - gpu_processor.cc:104] 
    gpu::GPUProcessor::ProcessCommands()
0x65a442fe  [chrome.dll     - callback.h:119] 
    CallbackImpl<SafeBrowsingStoreFile,void ( 
SafeBrowsingStoreFile::*)(void),Tuple0>::RunWithParams(Tuple0 const &)
0x657bf3dd  [chrome.dll     - callback.h:79]    CallbackRunner<Tuple0>::Run()
0x657beec8  [chrome.dll     - command_buffer_service.cc:90] 
    gpu::CommandBufferService::Flush(int)
0x658de774  [chrome.dll     - gpu_command_buffer_stub.cc:129] 
    GpuCommandBufferStub::OnFlush(int,gpu::CommandBuffer::State *)

Original issue reported on code.google.com by apatr...@chromium.org on 22 Sep 2010 at 9:37

GoogleCodeExporter commented 9 years ago
These crash reports indicate that the framebuffer's vtable got overwritten. 
Since the vtables reside in some far away corner of the binary image anything 
could be the culprit. I don't think it's possible to track down the bug from 
just these reports.

Original comment by nicolas....@gmail.com on 24 Sep 2010 at 12:40

GoogleCodeExporter commented 9 years ago
Al: are we still getting crash logs like this, or can we close this off?

Original comment by dan...@transgaming.com on 4 Jan 2011 at 4:28

GoogleCodeExporter commented 9 years ago
Looks like this is not happening now. I haven't seen a crash like this since 
7.0.536.0. Closing.

Original comment by apatr...@chromium.org on 7 Feb 2011 at 11:21