Bug Report crash

Jure

New Member
I have gotten this crash once before like 3 weeks ago.. I'm not sure how to reproduce it and it's probably have to do with my RAM... I used to have 16GB but I took one stick out and have 8GB now, but RAM usage wasn't above 70% as far as i could see on my background gadget thing from Open Hardware Monitor... I want to still post this even if it helps or not
edit: since I was using 32-bit that was probably the cause, I'm using 64-bit right now will report back if anything happens again...

Programs I had open when this happened:
  • Winamp
  • Chrome with a few tabs open
  • Clover (explorer in chrome style with which you can open multiple tabs in one window)
  • Skype
  • RuneScape Client (Was recording this window and it was at 960x580)
  • Sticky Notes
  • Notepad
  • OBS 0.625

In tray: TightVNC Service, Java Update, Mousekeys, Skype, Hamachi, Chrome notifications, PowerISO, Google Chrome, Sizer, Dexpot (virtual desktops), GameRanger, WhatPulse, Lexmark Productivity Suite, Gyazo, NVIDIA GeForce Experience, Open Hardware Monitor, Razer Synapse, Dropbox, Google Drive

PC Specs:
CPU: Core i7 4770K
MoBo: GA-Z87-D3HP
RAM: 8GB 1600Mhz
HDD: OBS itself on 120GB Samsung EVO, recording to 2TB Seagate Barracuda
GPU: Palit GTX770 2GB
OS: Windows 8.1

File that I was recording is 2.29GB big, looking at my collection of files I recorded under similar circumstances, that would be about four and a half hours of recording.



Code:
OBS has encountered an unhandled exception and has terminated. If you are able to
reproduce this crash, please submit this crash report on the forums at
http://www.obsproject.com/ - include the contents of this crash log and the
minidump .dmp file (if available) as well as your regular OBS log files and
a description of what you were doing at the time of the crash.

This crash appears to have occured in the 'c:\windows\system32\kernelbase.dll' module.

**** UNHANDLED EXCEPTION: dead0b5
Fault address: 77702C1A (c:\windows\system32\kernelbase.dll)
OBS version: Open Broadcaster Software v0.625b
Windows version: 6.2 (Build 9200)
CPU: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz

Crashing thread stack trace:
Stack    EIP      Arg0     Arg1     Arg2     Arg3     Address
185CF830 77702C1A 0DEAD0B5 00000001 00000000 00000000 kernelbase.dll!0x77702c1a
185CF890 570C83DF 570F2740 01009000 570BB348 2D330000 obsapi.dll!DumpError+0xbf
185CF8C4 570BB2A4 01008010 00727200 00724000 00712D00 obsapi.dll!FastAlloc::_Allocate+0x284
185CF8F0 570BB348 2D330000 192C04C8 0156000D 00740000 obsapi.dll!FastAlloc::_ReAllocate+0x88
185CF908 00E0ADD8 00724000 00000157 0156000D 00000004 obs.exe!MP4FileStream::AddPacket+0x108
185CF958 00E15533 185CF9C8 01EEB4D3 00000000 00713600 obs.exe!OBS::SendFrame+0x123
185CF97C 00E157F6 015CFA80 00000000 00000000 00000000 obs.exe!OBS::ProcessFrame+0x146
185CF9FC 00E15D2B 773E495D 00000000 185CFB1C 779098EE obs.exe!OBS::EncodeLoop+0x42b
185CFAD0 00E14E45 00000000 185CFB1C 779098EE 00000000 obs.exe!OBS::EncodeThread+0x5
185CFAD4 773E495D 00000000 AE0996FD 00000000 00000000 kernel32.dll!0x773e495d
185CFAE0 779098EE FFFFFFFF 778FE0E3 00000000 00000000 ntdll.dll!0x779098ee
185CFB24 779098C4 00E14E40 00000000 00000000 00000000 ntdll.dll!0x779098c4

A minidump was saved to C:\Users\Jure1\AppData\Roaming\OBS\crashDumps\OBSCrashDump2014-07-23_1.dmp.
Please include this file when posting a crash report.

List of loaded modules:
Base Address      Module

and the other log thing is attached.. there are multiple files in zip, because I'm unsure which one is the right one...
 

Attachments

  • OBSCrashDump2014-07-02_1.dmp
    574.9 KB · Views: 13
  • logs.zip
    11.9 KB · Views: 8
Last edited:

R1CH

Forum Admin
Developer
Something definitely appears to be leaking memory. Unfortunately it's difficult to diagnose without heap tracking which requires debugging tools. You should see constant growth of memory usage in the obs.exe in task manager, if you can try to isolate what causes it, it would be helpful (eg try turning off sources one by one until the memory growth stops).
 
Top