crash

Installing ArangoDB on Windows Server 2008

你说的曾经没有我的故事 提交于 2019-12-24 03:01:29
问题 I'm having difficulty getting Arango 1.4.9 working on my Windows 2008 Standard (SP2) server. It's a fresh install. When I try to start Arango Server I receive this message: The procedure entry point TryAcquireSRWLockExclusive could not be located in the dynamic link library KERNEL32.dll I have tried both the 64bit and 32bit versions. I have run the installer as an administrator and vice versa. Any ideas? 回答1: TryAcquireSRWLockExclusive is from a newer Windows API. The Windows 2008r2 build

Installing ArangoDB on Windows Server 2008

偶尔善良 提交于 2019-12-24 03:01:09
问题 I'm having difficulty getting Arango 1.4.9 working on my Windows 2008 Standard (SP2) server. It's a fresh install. When I try to start Arango Server I receive this message: The procedure entry point TryAcquireSRWLockExclusive could not be located in the dynamic link library KERNEL32.dll I have tried both the 64bit and 32bit versions. I have run the installer as an administrator and vice versa. Any ideas? 回答1: TryAcquireSRWLockExclusive is from a newer Windows API. The Windows 2008r2 build

PyQt4 application on Windows is crashing on exit

老子叫甜甜 提交于 2019-12-24 02:23:43
问题 I am writting a desktop application with PyQt4 and all of the sudden it started to crash on exit. I reviewed all of my code to make sure I wasn't doing anything funny to make it crash and I don't think there's anything wrong with the code. I have seen some complaints about this before but it was related to a previous version and people advised to upgrade PyQt4 to the latest version and so I did, but that didn't help with the crashing problem. So I ask, is there anything that can lead to this

iOS 6 MKMapView Memory Leak and Crashes app after some time

喜你入骨 提交于 2019-12-24 02:14:48
问题 iOS 6 MKMapView seems to be using the tons of memory, when we starts zooming and playing around with the Map View in our application(for around 7-10 mins), When we come out of the controller which has MKMapView, its some how not releasing the total memory(I am using ARC in my App). I am allocating and initializing the MKMapView thru NIB. Controller 1 -->Controller 2 (has MKMapView) 1.5MB -->40-60MB (I have used the Instruments to find out leaks, but of no use) When i come back to Controller1

Facebook iOS SDK: presentFeedDialogModallyWithSession crashes

佐手、 提交于 2019-12-24 02:14:30
问题 Using Facebook iOS SDK 3.7, Xcode 4.6, iOS simulator 6.0. Here is my code: NSLog (@"opening session"); [FBSession openActiveSessionWithPublishPermissions: @[@"publish_actions"] defaultAudience: FBSessionDefaultAudienceFriends allowLoginUI: YES completionHandler: nil]; NSLog (@"open active session completed"); if ([FBSession activeSession].isOpen) { NSLog (@"initiating feed dialog"); [FBWebDialogs presentFeedDialogModallyWithSession: nil parameters: nil handler: nil]; } When executed, it

Microsoft Visual Studio Community 2015 always crashes in Windows 10 if swithed to Visual FoxPro

随声附和 提交于 2019-12-24 01:16:54
问题 If Microsoft Visual Studio 2015 community edition IDE is opened in Windows 10 and Microsoft Visal Foxpro IDE is in foreground, after few seconds Visual Studio crashes with Microsoft Visual Studio 2015 stopped working message. How to fix this ? It is not possible to use Microsoft Visal FoxPro IDE is Visual Studio is opened. After that in shows collection information for a long time but no more information is given. After it is restared, it offers to recovers files. If FixPro IDE is brought to

Memory Allocation Crash

久未见 提交于 2019-12-24 01:15:49
问题 I have stumbled accross a strange problem in which I cannot understand. I am not an expert at C/C++ so bear with me. I have an NPC class, which derives from a Player class, which derives from a Sprite class. The sprite class contains a setupAnimation function, which allocates an array of floats containing coordinates on the texture, each element of the array refers to a frame of animation. This is all good and works fine. However, a problem occurs when I add an array of pointers to the NPC

Memory Allocation Crash

老子叫甜甜 提交于 2019-12-24 01:14:52
问题 I have stumbled accross a strange problem in which I cannot understand. I am not an expert at C/C++ so bear with me. I have an NPC class, which derives from a Player class, which derives from a Sprite class. The sprite class contains a setupAnimation function, which allocates an array of floats containing coordinates on the texture, each element of the array refers to a frame of animation. This is all good and works fine. However, a problem occurs when I add an array of pointers to the NPC

Linux Server crash in R parallel - Error in unserialize(node$con) : error reading from connection

若如初见. 提交于 2019-12-24 00:45:25
问题 I am running code in R within a linux cluster - the code is complex (over two thousand lines of code), involves over 40 R packages and several hundred variables. However, it does run both on Windows and linux versions of R. I am now running the code on Edinburgh University EDCF high performance computing cluster and the code is ran in parallel. The parallel code is called within DEoptim which basically, after some initialization, runs a series of functions in parallel and the results are sent

Using PLCrashReporter, can you receive events before the crash?

独自空忆成欢 提交于 2019-12-24 00:43:27
问题 We want to do additional processing (i.e. log the current state) once PLCrashReporter has detected an error (either an exception, signal, etc.) but before the app terminates. Does anyone know if this is possible using PLCrashReporter? 回答1: No, this is not possible. You would have to do your own logging and store that on the filesystem. On the next startup, you could send it alongside the crash report to your server. E.g. using QuincyKit which uses PLCrashReporter and then your own server or