crash

Why does my program crash upon writing to a file?

≡放荡痞女 提交于 2021-01-29 02:44:37
问题 I know I really shouldn't ask for bug solutions here in Stack exchange, but I'm new to C and I made a program that unrolls code and prints the code out in a .c file. The problem is that when I want to print out some lines of code, the fputs function to codeOutput crashes the program(I've debugged it this far). I've tried changing the codeOutput file from .c to .txt, but it hasn't changed anything. I know this code excerpt is not really repeatable, but I'm sure I just made a dumb mistake in

Appcrash on SetDataSource of Crystal Report

我的梦境 提交于 2021-01-28 20:48:02
问题 I'm using Visual Studio 10 with Crystal Reports for .Net installed. My development environment is a 64 bit pc with Windows 8 on. Everything works fine on my development pc but when I install the app on the client pc I get an Appcrash windows error on the SetDataSource of the reportclass. The only info on the crash is the KernelBase.dll is the fault module. When I look at Windows Event viewer it says there was a filenotfoundexception, but doesnt give the name of the file it is looking for. The

Appcrash on SetDataSource of Crystal Report

让人想犯罪 __ 提交于 2021-01-28 20:07:22
问题 I'm using Visual Studio 10 with Crystal Reports for .Net installed. My development environment is a 64 bit pc with Windows 8 on. Everything works fine on my development pc but when I install the app on the client pc I get an Appcrash windows error on the SetDataSource of the reportclass. The only info on the crash is the KernelBase.dll is the fault module. When I look at Windows Event viewer it says there was a filenotfoundexception, but doesnt give the name of the file it is looking for. The

Tools for tracing a C# crash when debugger exits with no call stack?

帅比萌擦擦* 提交于 2021-01-28 02:59:45
问题 I have a large, complex C# GUI application which is crashing in a completely reproducible way, but I cannot easily diagnose the cause of the crash because rather than breaking the debugger with a call stack in the usual way, the debugging session completely exits. The only hint is that there's a message at the end of the output window: STATUS_STACK_BUFFER_OVERRUN. I am painstakingly trying to put breakpoints in at random places before the crash happens, trying to gradually get my breakpoints

What is “Code” in Linux Kernel crash messages?

别来无恙 提交于 2021-01-27 11:50:55
问题 I have the following stack trace and crash information after the Linux kernel failed to load: [ 3.684670] ------------[ cut here ]------------ [ 3.695507] Bad FPU state detected at fpu__clear+0x91/0xc2, reinitializing FPU registers. [ 3.695508] traps: No user code available. [ 3.704745] invalid opcode: 0000 [#1] PREEMPT [ 3.715304] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.50-android-x86-geeb7e76-dirty #1 [ 3.724594] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM21 09/01/2017 [ 3

What is “Code” in Linux Kernel crash messages?

半腔热情 提交于 2021-01-27 11:49:25
问题 I have the following stack trace and crash information after the Linux kernel failed to load: [ 3.684670] ------------[ cut here ]------------ [ 3.695507] Bad FPU state detected at fpu__clear+0x91/0xc2, reinitializing FPU registers. [ 3.695508] traps: No user code available. [ 3.704745] invalid opcode: 0000 [#1] PREEMPT [ 3.715304] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.50-android-x86-geeb7e76-dirty #1 [ 3.724594] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM21 09/01/2017 [ 3

What is “Code” in Linux Kernel crash messages?

假如想象 提交于 2021-01-27 11:47:52
问题 I have the following stack trace and crash information after the Linux kernel failed to load: [ 3.684670] ------------[ cut here ]------------ [ 3.695507] Bad FPU state detected at fpu__clear+0x91/0xc2, reinitializing FPU registers. [ 3.695508] traps: No user code available. [ 3.704745] invalid opcode: 0000 [#1] PREEMPT [ 3.715304] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.50-android-x86-geeb7e76-dirty #1 [ 3.724594] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM21 09/01/2017 [ 3

Send stack trace information to backend server from android app on app crash

馋奶兔 提交于 2021-01-20 12:00:04
问题 We are in the process of writing a realtime error handling web platform, and I am trying to find out what is the best way to send the stack trace information via an http post request back to our server as soon as the android app crash occurs. I already use the Thread.setDefaultUncaughtExceptionHandler callback to register our callback handler so we can capture the stack trace. Hover I can't seem to make an http request right after the app crashes for some odd reason (behaviour is very weird,

Send stack trace information to backend server from android app on app crash

六眼飞鱼酱① 提交于 2021-01-20 11:59:53
问题 We are in the process of writing a realtime error handling web platform, and I am trying to find out what is the best way to send the stack trace information via an http post request back to our server as soon as the android app crash occurs. I already use the Thread.setDefaultUncaughtExceptionHandler callback to register our callback handler so we can capture the stack trace. Hover I can't seem to make an http request right after the app crashes for some odd reason (behaviour is very weird,

Intermittent crashes with audio in react-native

耗尽温柔 提交于 2021-01-01 09:28:45
问题 This bounty has ended . Answers to this question are eligible for a +500 reputation bounty. Bounty grace period ends in 20 hours . kojow7 wants to draw more attention to this question. Crashing when audio is played: I am creating an app with several different screens of audio clips. We are testing out the app on iPhone/iPad using Testflight and are getting intermittent crashes when audio clips are played. There seems to be nothing wrong with the audio clips themselves as most of the time they