Home
last modified time | relevance | path

Searched refs:segfault (Results 1 – 25 of 5113) sorted by relevance

12345678910>>...205

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/abi/
H A Dsegfault-no-out-of-stack.rs38 let segfault = Command::new(&args[0]).arg("segfault").output().unwrap(); in main() localVariable
39 let stderr = String::from_utf8_lossy(&segfault.stderr); in main()
40 let stdout = String::from_utf8_lossy(&segfault.stdout); in main()
43 println!("status: {}", segfault.status); in main()
44 check_status(segfault.status); in main()
/dports/math/libccd/libccd-2.1/src/testsuites/cu/
H A DMakefile24 test-segfault: test-segfault.c libcu.a
30 check: test test-segfault
39 -./test-segfault
44 rm -f test-segfault
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/tests/
H A Dhost_segfault.rs19 fn segfault() -> ! { in segfault() function
49 ("normal segfault", || segfault()), in main()
55 segfault(); in main()
68 let segfault = Func::wrap(&store, || segfault()); in main() localVariable
69 Instance::new(&store, &module, &[segfault.into()]).unwrap(); in main()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/include_directories/
H A Dincomplete-genex.cmake9 # do not segfault (#14410).
12 # does not segfault
17 # Test that cmGeneratorExpression::Preprocess(BuildInterface) does not segfault
22 # and cmGeneratorExpression::Split do not segfault
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/include_directories/
H A Dincomplete-genex.cmake9 # do not segfault (#14410).
12 # does not segfault
17 # Test that cmGeneratorExpression::Preprocess(BuildInterface) does not segfault
22 # and cmGeneratorExpression::Split do not segfault
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/include_directories/
H A Dincomplete-genex.cmake9 # do not segfault (#14410).
12 # does not segfault
17 # Test that cmGeneratorExpression::Preprocess(BuildInterface) does not segfault
22 # and cmGeneratorExpression::Split do not segfault
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/gdb/tests/segfault/
H A DMakefile2 segfault: segfault.cpp target
3 g++ -g -osegfault segfault.cpp
/dports/www/e2guardian/e2guardian-5.3.4/
H A DChangeLog4.x26 - Fix segfault with SSLMITM
41 - Fix segfault in HTTPHeader::returnCode
52 - Fix segfault when not able to open cert file
55 - Fix segfault "Illegal instruction" on FreeBSD
56 - Fix bug #224 part1 segfault with commandlinescan
58 - Fix bug #213 sudden segfault
/dports/games/openglad/openglad-0.98/
H A DTODO2 * screen.cpp causes a segfault (if you uncomment line 333) while trying to delete
3 the back array. The segfault is actually in the bmp_surface (SDL_Surface) which
4 makes it segfault while it is freed. This surface is in pixie and pixien.
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/segfault_test/
H A Dmain.cpp36 SegfaultHelper segfault; in TEST() local
37 segfault.segfaultHandlerCallback = captureAndCheckStdOut; in TEST()
39 generateSegfaultWithSafetyGuard(&segfault); in TEST()
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
21 parent::__destruct(); /* segfault here */
/dports/misc/tudu/tudu-0.10.3/
H A DCONTRIBUTORS6 Ioan Calin Borcoman - Fixed sched load segfault
8 Krzysztof Sawicki - Fixed segfault on load schedule and add extra keybindings
11 Arkadiusz Dabrowski - fixed segfault on window drawing
/dports/audio/mp3c/mp3c-0.31/
H A DBUGS10 no segfault appered, so I think this problem shouldn't be drastic at
12 Please report if you got any segfault, because this is a bug and I MUST fix
15 + segfault when resizing directory-requester in option-menu
38 and no segfault appeared
46 + segfault when resizing with open genre-select-win (if new window too small)
/dports/x11-wm/bbpager/bbpager-0.4.7/
H A DChangeLog31 - Fix bug which caused bbpager to segfault when a window poped up and
55 - fixed small bug which made bbpager segfault
70 - fixed segfault when using the -c option for non Blackbox systems.
79 - fixed segfault when closing windows
80 - fixed a number of bugs which caused segfault at startup
84 - fixed segfault when closing windows.
100 - fixed bug which made program segfault when a pager-window was placed
/dports/net/samba412/samba-4.12.15/selftest/knownfail.d/
H A Dpython-segfaults1 samba.tests.segfault.samba.tests.segfault.SegfaultTests.test_net_replicate_init__3
/dports/devel/silentbob/silentbob-3.0/
H A DKNOWN_BUGS2 27.03.12 silentbob --file does not work (segfault on def_test)
3 <fixed> 30.03.12 silentbob -c segfault for apache2. Error in perl module !
/dports/net/p5-Net-AMQP-RabbitMQ/Net-AMQP-RabbitMQ-2.40008/t/
H A D032_cancel_consume_ack_exception.t21 #we don't need to publish or anything, as the segfault happens either way
26 # this used to cause a segfault. but now it shouldn't
40 #this one shouldn't fail or segfault
/dports/lang/duktape-lib/duktape-2.6.0/config/config-options/
H A DDUK_USE_PANIC_SEGFAULT.yaml8 Cause an intentional segfault when the default panic handler is invoked.
9 This is useful when debugging with valgrind because a segfault provides

12345678910>>...205