segmentation-fault
Segmentation Fault on creating an array in C
I have recently migrated to a new laptop - HP dv6119tx (Intel Core i5, 4 GB RAM). It has Windows 7 Home Premium 64 bit installed.[详细]
2023-04-08 17:33 分类:问答Segmentation fault with arrays and pointers
I have a segmentation fault...i\'m not sure what\'s causing it. Also, when passing the member pname into the function get_names, am I doing this correctly, or is there a better way of doing this?[详细]
2023-04-08 14:26 分类:问答c++: Getting a segfault when initialising a queue of pointers
I am trying to implement the BFS algorithm described in CLRS. And have the following: #include <iostream>[详细]
2023-04-08 11:10 分类:问答Why does this code segfault on 64-bit architecture but work fine on 32-bit?
I came across the following C puzzle: Q: Why does the fo开发者_JAVA技巧llowing program segfault on IA-64, but work fine on IA-32?[详细]
2023-04-08 10:48 分类:问答strncpy segfault
I\'ve been having trouble getting this section of code to work. I\'m trying to get a character array to be copied so I can get a count of how many tokens there are to dynamically allocate and save the[详细]
2023-04-07 05:55 分类:问答try throw exception handling
I\'m having a little trouble with making the following piece of code work. I cannot write a throw exception so I don\'t know what else could I do.[详细]
2023-04-07 01:19 分类:问答Segmentation Fault with Large Input
I know segmentation fault means that the process has attempted to access certain memory that it\'s not allowed to.[详细]
2023-04-06 23:15 分类:问答Why does set iterator pointer cause segmentation fault?
Bottom line, why would iterator cause segmentation fault? Note, I\'m typing here the relevant parts of my code and not copy pasting. If there is an error in compilation, please note but do not consid[详细]
2023-04-06 22:19 分类:问答no-render with OpenGL --> contexts
i have a program that does some GPU computing with Optional OpenGL rendering. The use dynamic is as follow:[详细]
2023-04-06 17:57 分类:问答customise core dump
can开发者_高级运维 anybody tell me if there is a way we can force a segfault with certain specific information in it. Forcing a segfault can be done through abort(), call. But i need something[详细]
2023-04-06 14:06 分类:问答