sigabrt
Problem Adding to NSMutableArray in Loop
I\'m not sure what the problem is with this loop exactly, but I keep getting SIGABRT whenever I run it. According to the log the problem is when I try to add the NSNumber to the NSMutable array near t[详细]
2023-02-05 17:20 分类:问答building mono small footprint
while i build mono-sources with --enable-small-config --enable-minimal=aot,profiler..(all flags) source-versions: 2.8 , 2.6.4 , 2.6 , 2.4 , 2.0[详细]
2023-01-31 05:31 分类:问答Object-c/iOS :Program urns fine on simulator but got "SIGABRT" when install to device?
I gor a strange problem ,My application runs normal on simulator But when I try to install it to my ipod[详细]
2023-01-30 05:58 分类:问答addObject for NSMutableArray crashes!
I am dealing with a problem which is driving me mad. I have looked at other forums and my code seems to be ok, however it fails when invoking addObject method for 开发者_如何学GoNSMutableArray. I am i[详细]
2023-01-23 20:54 分类:问答Process terminated by signal 6, core shows kind of loop in libc
On analysis of the core of a process (terminated by signal 6), on LINUX, stack bt shows : Core was generated by `/opt/namsam/pac_rrc_qx_e1/bin/rrcprb\'.[详细]
2023-01-20 15:32 分类:问答NSMutableArray - App runs in simulator but not on device
My app runs fine in the simulator, but when running on the device, it terminates with SIGABRT. I have narrowed it down to the following code:[详细]
2023-01-16 17:37 分类:问答strcpy in a struct gives SIGABRT
I\'m currently working on an FTP client written in C, and it\'s working pretty good. I was successful in writing a function that connects to an FTP server and logs in with a username and password, but[详细]
2023-01-14 05:22 分类:问答Why would one crash log symbolicate and not another?
I have two crash logs from a iPhone application in XCode Organizer. Both occurred开发者_开发百科 within 20 minutes of each other, on the same device, running the same build of the application. While o[详细]
2023-01-12 08:12 分类:问答When does a process get SIGABRT (signal 6)?
What are the scenarios where a process gets a SIGABRT in C++?Does this signal always come from within the process or can this signal be sent from one process to another?[详细]
2023-01-10 02:54 分类:问答Strange SIGABRT error
I was trying to make a program but, when add sprintf to the equation, I get the following error: Program received signal: \"SIGABRT\"[详细]
2023-01-07 13:11 分类:问答