¡@

Home 

c++ Programming Glossary: segfaults

Ruby win32 api interface

http://stackoverflow.com/questions/1202262/ruby-win32-api-interface

'SHAppBarMessage' 'L' 'LLLLLLLL' 'I' but the first one segfaults during the call method and the second fails to run due to the..

Is there a way to cancel/detach a future in C++11?

http://stackoverflow.com/questions/12086622/is-there-a-way-to-cancel-detach-a-future-in-c11

an additional 9 seconds prints Sleeping Done and then segfaults. Is there a way to cancel or detach the future so my code will..

Is it possible to std::move objects out of functions? (C++11)

http://stackoverflow.com/questions/13618506/is-it-possible-to-stdmove-objects-out-of-functions-c11

hello world return std move str The program compiles but segfaults upon execution. This was my rationale Get_String will create..

Is the C++ std::set thread-safe?

http://stackoverflow.com/questions/1362110/is-the-c-stdset-thread-safe

'B' occasionally adds items to this set. I've experienced segfaults as the program runs and I'm not sure why this happens. Is lack..

SetJmp/LongJmp: Why is this throwing a segfault?

http://stackoverflow.com/questions/1381937/setjmp-longjmp-why-is-this-throwing-a-segfault

longjmp a_buf 1 printf returning from b_helper return segfaults right here void b b_helper void a printf setjmping a_buf if..

thread safety of MPI send using threads created with std::async

http://stackoverflow.com/questions/14836560/thread-safety-of-mpi-send-using-threads-created-with-stdasync

and mutex.unlock consistently removes deadlocks as well as segfaults. This is how I create threads const auto communicator std make_shared..

C++11 thread-safe queue

http://stackoverflow.com/questions/15278343/c11-thread-safe-queue

no_timeout block and inspection in gdb indicates that the segfaults are occurring because the queue is empty. How is this possible..

C++: std::string in a multi-threaded program

http://stackoverflow.com/questions/1661154/c-stdstring-in-a-multi-threaded-program

on another version of gcc and all of a sudden I get random segfaults all the time. Valgrind is now reporting invalid memory accesses..

Segmentation Fault With Char Array and Pointer in C on Linux

http://stackoverflow.com/questions/1773079/segmentation-fault-with-char-array-and-pointer-in-c-on-linux

computer char two another two 1 'b' one 1 'b' return 0 It segfaults on the line one 1 'b' which makes sense because the memory that..

using catch(…) (ellipsis) for post-mortem analysis

http://stackoverflow.com/questions/2183113/using-catch-ellipsis-for-post-mortem-analysis

with threads that sprout later will it not break handling segfaults captured elsewhere as signal will it not affect other try...catch.. from exiting a thread. will it not break handling segfaults captured elsewhere as signal Signals are not affected by the..

What is segmentation fault?

http://stackoverflow.com/questions/2346806/what-is-segmentation-fault

management there is no principial difference between segfaults in C and C . There are many ways to get a segfault at least..

Segfaults in malloc() and malloc_consolidate()

http://stackoverflow.com/questions/3100193/segfaults-in-malloc-and-malloc-consolidate

in malloc and malloc_consolidate My application segfaults sometimes and mainly in malloc and malloc_consolidate when I.. Now I'm out of ideas what else might be causing these segfaults. Any Ideas Update Since I'm not finding anything with valgrind..

SSE and C++ containers

http://stackoverflow.com/questions/5216071/sse-and-c-containers

Is there an obvious reason why the following code segfaults #include vector #include emmintrin.h struct point __m128i v.. not know what I'm doing here but since even the following segfaults int main int argc char argv point p new point I really think..

String Literals

http://stackoverflow.com/questions/718477/string-literals

but... myString3 0 'j' Undefined behavior Most likely segfaults. My use of ROM and RAM here are general. If the platform is..

How to generate a stacktrace when my gcc C++ app crashes

http://stackoverflow.com/questions/77005/how-to-generate-a-stacktrace-when-my-gcc-c-app-crashes

SIGSEGV handler and prints a stacktrace to stderr when it segfaults. The baz function here causes the segfault that triggers the.. our handler foo this will call foo bar and baz. baz segfaults. Compiling with g rdynamic gets you symbol info in your output..

LAPACK on Win32

http://stackoverflow.com/questions/8640351/lapack-on-win32

MinGW using the 32 bit dll's from here but I am seeing segfaults and invalid output. I will proceed with gdb to determine the..