crash

Where is the Visual Studio 2008 Crash Log? [closed]

♀尐吖头ヾ 提交于 2019-12-20 17:39:59
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 11 years ago . I have Visual Studio 2008 with SP1 installed and it is crashing when I'm using lambda expressions in the Moq Framework. At first I thought the problem was Resharper...but now that I have uninstalled it, VS 2008 still crashes. I'm able to replicate the issue every time. I'm thinking perhaps it may be some other

Application crashes after screen orientation changed

半世苍凉 提交于 2019-12-20 16:50:33
问题 I've got the following problem. After starting, application works fine - even after changing the screen orientation. The application is not yet prepared to handle orientation change (eg. alternative layout and so on), so just the rotated default layout appears and it's OK. However, when I leave the application by pressing the back key, change the orientation and immediately after start the application again, it crashes. After a crash, if I start application once again, it works well until the

Application crashes after screen orientation changed

萝らか妹 提交于 2019-12-20 16:50:16
问题 I've got the following problem. After starting, application works fine - even after changing the screen orientation. The application is not yet prepared to handle orientation change (eg. alternative layout and so on), so just the rotated default layout appears and it's OK. However, when I leave the application by pressing the back key, change the orientation and immediately after start the application again, it crashes. After a crash, if I start application once again, it works well until the

Unable to find reason for Crash on -[UIScrollView(UIScrollViewInternal) _scrollViewAnimationEnded:finished:]

ε祈祈猫儿з 提交于 2019-12-20 12:36:17
问题 In my app many crashes with the following log are reported very often, but even with several test devices and iOS versions I am not able to reproduce it. So there's no way to find the reason on Xcode. Because there's no step in the trace, that leads to my code, I cannot imagine any way to find the origin of it. The App itself is very complex and of course many Scroll Views, also embedded, are used. Has anyone an idea where to start looking? Or has anyone had a similar problem before? I'm very

Why is ntdll.dll crashing my c++ executable?

让人想犯罪 __ 提交于 2019-12-20 11:55:11
问题 I am having trouble to get a Visual C++ executable to work, the app crashes , here is what I have seen in the event viewer. Faulting application name: submit.exe, version: 0.0.0.0, time stamp: 0x50a3cce7 Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7ba58 Exception code: 0xc0000374 Fault offset: 0x000ce653 Faulting process id: 0x8fc Faulting application start time: 0x01cdc2a3da4f2997 Faulting application path: c:\submit.exe Faulting module path: C:\Windows

Visual Studio 2010 crashes repeatedly

一曲冷凌霜 提交于 2019-12-20 08:59:22
问题 I've been running Visual Studio 2010 (the official release) for some time now. Lately, VS will crash 10+ times during my 8 hour work day. In VS2008, crashes were common when working with large Xaml files, and while I experience some of that with VS2010, crashes occur when debugging, starting the debugger, stopping the debugger, and other random times when editing code. I've looked through the problem reports, and the one I've found that occurs most frequently is: Description Faulting

Solving random crashes

瘦欲@ 提交于 2019-12-20 08:47:23
问题 I am getting random crashes on my C++ application, it may not crash for a month, and then crash 10 times in a hour, and sometimes it may crash on launch, while sometimes it may crash after several hours of operation (or not crash at all). I use GCC on GNU/Linux and MingW on Windows, thus I can't use the Visual Studio JIT Debug... I have no idea on how to proceed, looking randomly on the code would not work, the code is HUGE (and good part was not my work, also it has some good amount of

Why does simple website crash on mobile (iOS Safari and Chrome, at least)?

喜你入骨 提交于 2019-12-20 08:46:50
问题 I have a website that is very simple, but very long -- a lot of text that could be scrolled through. It's a documentation site, and considering the nature of the content (a lot of short similar entries) I decided to show everything at once, so the user could either scroll from entry to entry or navigate via a sidebar index. It's a common documentation model that I like (e.g. Underscore, Backbone, and LoDash). The site is here: http://davidtheclark.github.io/scut/. You could look at the pre

iPhone crash logs say “Version: ???”

人走茶凉 提交于 2019-12-20 08:19:58
问题 I'm developing an iPhone app and doing ad-hoc distribution for beta testing. My users are sending me crash logs that say this: Identifier: MyAppName Version: ??? (???) Code Type: ARM (Native) I can't understand how to replace those question marks with a real version number. I've configured my Info.plist to include a CFBundleVersion and a CFBundleShortVersionString, but that didn't help... crash logs still just contain question marks instead of the version number I expect. How do I set my

Adding a UIFont and looking for the fontfamily crashes with EXC_BAD_ACCESS

不打扰是莪最后的温柔 提交于 2019-12-20 07:32:10
问题 My problem is, that when I add a font which is described here and when I want to retrieve the font family names with [UIFont familyNames] it crashes. I did it the same way described in the example, but for me it doesn't work. This is my stack trace: 0x314b9ebe in CFDictionaryGetValue 0x33d79be4 in copy_localized_value 0x33d79bd4 in CGFontNameTableCopyRootName 0x33d796f2 in CGFontNameTableCreate 0x33d79e86 in CGFontCopyFamilyName 0x3414ca00 in AddFontsFromCGFontAndPath 0x3414cb7e in