segmentation-fault
Why am I getting a segfault when trying to use Dr Brian Gladman's AES-GCM?
I am trying to use Dr Brian Gladman\'s famous AES encryption routines, in this case the Galois Counter Mode version, and I\'m getting a segfault and can\'t find the cause.[详细]
2023-04-11 12:18 分类:问答Segmentation fault In the Cascaded Struct Pointers Test Code
The following dummy test code gives segmentation fault at the end of execut开发者_JAVA技巧ion (to be more specific in main at return 0). I wondered the reason of this behavior. Would it be because it[详细]
2023-04-11 11:48 分类:问答Redefinition, Basic Types
I have been working on a simulation grocery store assignment and i believe its relatively finished but i get a segmentation fault when i compile. If you could provide some direction or a solution I\'d[详细]
2023-04-11 05:59 分类:问答Segmentation fault when trying to receive pointer value in Qt
I\'m quite new to Qt and c++ but not new to programming at all. I am having trouble using pointers in my program. In my header file I have got the following private variable pointer assignment:[详细]
2023-04-11 00:10 分类:问答What line is at fault -- segfault, that is...?
I\'m relatively new to C (and completely new to StackOverflow - hey guys!), and this segfault has been giving me no surcease of sorrow for the past few hours (DevC++ on a windows machine).It\'s just a[详细]
2023-04-10 22:44 分类:问答C++ Segfault on clearing a binary search tree
I\'m trying to eliminate any memory leaks in in my Binary Search tree that I\'m making so I made a simple recursive delete method. This is the method that first causes[详细]
2023-04-10 19:57 分类:问答Why do I get a seg fault? I want to put a char array pointer inside a struct
consider the fallowing code: typedef struct port * pport; struct port { int a; int b; pport next; pport prev;[详细]
2023-04-10 15:45 分类:问答Memory management of vector
I have a C++ class with a private \"pointer to vector\" member pV, I assign a new vector to it in the constructor...[详细]
2023-04-10 15:42 分类:问答segfault when using mmap
I\'m trying to use mmap fo开发者_开发问答r the first time to store a tree object with a lot of data in it. The tree class basically contains a pointer to the root of class Node, and each Node instance[详细]
2023-04-10 11:41 分类:问答Segmentation fault when running, but success when debugging
I have encountered a wired segmentation fault. I am developing a software in C using Eclipse CDT. When running my program on the terminal (Ubuntu 10, 64bits), it simply reports \"Segmentation fault\".[详细]
2023-04-10 06:21 分类:问答