segmentation-fault
Segfault when creating smartpointer on CairoContext
I got some problems when creating a Cairo::RefPtr on a Cairo-Context. I really can\'t imagine why this segfaults, except the pointer ist pointing on something completely wrong.[详细]
2023-04-13 06:57 分类:问答virtual destructor fail using array
I found this code on a web site #include <iostream> using namespace std; struct Base { Base() { cout << \"Base\" << \" \"; }[详细]
2023-04-13 06:30 分类:问答Android Java App Crashing with SIGSEGV
My android application sometimes crashes without any error message. The app just closes up and the device returns to the home screen.[详细]
2023-04-12 17:47 分类:问答Why doesn't this program segfault?
What causes the output \"Hello\" when I enable -O for gcc ? Shouldn\'t it still segfault (according to this wiki) ?[详细]
2023-04-12 16:39 分类:问答C++: Seg Fault on exit of IF statement
I am reposting this with all of the code this time.I would appreciate not closing the post for at least a little while.I am obviously no expert and I have never run into anything like this before but[详细]
2023-04-12 13:38 分类:问答c++ grade calculator console error
I am getting a segmentation fault in console while running the program i am using codeblocks in ubuntu(linux)[详细]
2023-04-12 06:15 分类:问答MayaVi installation on Qt4 leads to segmentation faults
I am trying to install MayaVi on my computer.I\'m on a MacBook Air with OS X 10.6.8, 4 GB RAM. My python and most of my stack is built through Homebrew or pip. In particular this is true for python2.[详细]
2023-04-11 21:51 分类:问答Segmentation fault while pushing elements to a queue
I am programming in Cpp after a long time, and I am stuck at a place. the code is given below (its long so be patient):[详细]
2023-04-11 21:03 分类:问答what makes difference with these two programs in C
I have two very similar programs, as follows. Program A: no problem when running, #include <string.h>[详细]
2023-04-11 19:20 分类:问答Why does this code snippet give segmentation fault
This piece of code throws seg fault.Please help me identify the reason for the same #include<stdio.h>[详细]
2023-04-11 14:10 分类:问答