segmentation-fault
Ruby C Extension - 64bit pointer being truncated causing a segfault
I\'m working on trying to get a ruby extension written in c, working with ruby 1.9.2 on Mac OSX. I keep getting a segfault caused by a 64-bit pointer returned from a function being truncated to a 32-b[详细]
2023-04-01 08:15 分类:问答Segmentation fault and run time error [duplicate]
This question already has answers here:开发者_运维知识库 Closed 11 years ago. Possible Duplicate:[详细]
2023-04-01 06:13 分类:问答Segfault with vector of pointers to vectors
I have narrowed down the problem to this line: indg = nets[i]->adjlist[i].size();// indg is in a method of the Ensemble class[详细]
2023-03-31 18:54 分类:问答Is there a way to get additional information from a SIGSEGV?
Below is one of our recent crash reports.It is not symbolicated, but after symbolication, it\'s pointing to main.m, which doesn\'t make any sense.Is there a way to get additional information out of th[详细]
2023-03-31 17:28 分类:问答Why is my string assignment causing a segmentation fault?
I\'ve tried to eliminate the common causes of seg faults such as dereferencing a null pointer, but I\'m stumped.This error does not appear on my test machine in debug mode, but does appear on my produ[详细]
2023-03-31 14:05 分类:问答SIGSEGV error with limited stacktrace
I am trying to natively buffer audio retrieved from the OpenSL ES API. To do this, I implemented a simple Queue in my C file, which holds the buffered data.[详细]
2023-03-31 13:52 分类:问答C++ Splitting the input problem
I am being given input in the form of: (8,7,15) (0,0,1) (0,3,2) (0,6,3) (1,0,4) (1,1,5) (2,1,6) (2,2,7) (2,5,8)[详细]
2023-03-31 11:30 分类:问答Questions about a Segmentation Fault in C++ most likely caused by a custom copy constructor
I\'m getting a segmentation fault which I believe is caused by the copy constructor. However, I can\'t find an example like this one anywhere online. I\'ve read about shallow copy and deep copy but I\[详细]
2023-03-30 23:37 分类:问答Segmentation Fault OpenCV / Facedetect.c / CentOS 6 64Bit
I am now trying for several days to run this code ... http://opencv.willowgarage.com/wiki/FaceDetection[详细]
2023-03-30 22:35 分类:问答Sprintf Segmentation Fault
numCheck is number between 1-1000.This code gives me a segfault only when I collect the results of sprintf in c开发者_JAVA百科harcheck. If I simply use sprintf without using the results, I don\'t get[详细]
2023-03-30 07:18 分类:问答