Home
last modified time | relevance | path

Searched refs:segv (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/
H A Dsqueeze2html.pl71 my $segv = 0;
79 $segv = 0;
86 if ($quiet == 0 || $segv != 0 || $leak != 0) {
90 if ($segv == 1) {
118 $segv = 1;
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/
H A Dsqueeze2html.pl71 my $segv = 0;
79 $segv = 0;
86 if ($quiet == 0 || $segv != 0 || $leak != 0) {
90 if ($segv == 1) {
118 $segv = 1;
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/servatrice/src/
H A Dsignalhandler.cpp38 struct sigaction segv; in SignalHandler() local
39 segv.sa_handler = SignalHandler::sigSegvHandler; in SignalHandler()
40 segv.sa_flags = SA_RESETHAND; in SignalHandler()
41 sigemptyset(&segv.sa_mask); in SignalHandler()
42 sigaction(SIGSEGV, &segv, 0); in SignalHandler()
43 sigaction(SIGABRT, &segv, 0); in SignalHandler()
/dports/devel/libparserutils/libparserutils-0.2.4/test/regression/
H A DMakefile2 DIR_TEST_ITEMS := filter-segv:filter-segv.c \
4 filter-badenc-segv:filter-badenc-segv.c \
H A DINDEX5 filter-segv Segfault in input filtering
7 filter-badenc-segv Segfault on resetting bad encoding in filter
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dstktrace.c77 struct sigaction segv, osegv; in __backtrace() local
87 bzero (&segv, sizeof (segv)); in __backtrace()
88 segv.sa_handler = segv_handler; in __backtrace()
90 segv.sa_flags |= SA_RESETHAND; in __backtrace()
92 if (sigaction (SIGSEGV, &segv, &osegv) < 0) in __backtrace()
/dports/devel/libafterbase/libAfterBase-0.92/
H A Daudit.c181 { char *segv = NULL ; *segv = 0 ; } in mem_destroy() local
211 { char *segv = NULL ; *segv = 0 ; } in count_alloc() local
228 { char *segv = NULL ; *segv = 0 ; } in count_alloc() local
268 { char *segv = NULL ; *segv = 0 ; } in count_alloc() local
306 { char *segv = NULL ; *segv = 0 ; } in count_find_and_extract() local
313 { char *segv = NULL ; *segv = 0 ; } in count_find_and_extract() local
339 { char *segv = NULL ; *segv = 0 ; } in countmalloc() local
356 { char *segv = NULL ; *segv = 0 ; } in countcalloc() local
383 { char *segv = NULL ; *segv = 0 ; } in countrealloc() local
395 { char *segv = NULL ; *segv = 0 ; } in countrealloc() local
[all …]
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dwin32_draw.c166 segv[nplus].x1 = x - size; in build_plus()
167 segv[nplus].x2 = x + size; in build_plus()
168 segv[nplus].y1 = segv[nplus].y2 = (gshort) pos[nrow].y; in build_plus()
170 segv[nplus].x1 = segv[nplus].x2 = x; in build_plus()
180 segv[nx].x1 = x - size; in build_x()
181 segv[nx].x2 = x + size; in build_x()
185 segv[nx].x1 = x + size; in build_x()
186 segv[nx].x2 = x - size; in build_x()
187 segv[nx].y1 = pos[nrow].y - size; in build_x()
188 segv[nx].y2 = pos[nrow].y + size; in build_x()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Daudit.c190 { char *segv = NULL ; *segv = 0 ; } in mem_destroy() local
245 { char *segv = NULL ; *segv = 0 ; } in count_alloc() local
285 { char *segv = NULL ; *segv = 0 ; } in count_alloc() local
327 { char *segv = NULL ; *segv = 0 ; } in count_find_and_extract() local
334 { char *segv = NULL ; *segv = 0 ; } in count_find_and_extract() local
361 { char *segv = NULL ; *segv = 0 ; } in countmalloc() local
378 { char *segv = NULL ; *segv = 0 ; } in countcalloc() local
409 { char *segv = NULL ; *segv = 0 ; } in countrealloc() local
422 { char *segv = NULL ; *segv = 0 ; } in countrealloc() local
450 { char *segv = NULL ; *segv = 0 ; } in countrealloc() local
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dsmb.tests124 name => 'smb_data_print-segv',
125 input => 'smb_data_print-segv.pcapng',
126 output => 'smb_data_print-segv.out',
132 name => 'smb_data_print-segv-nosmb',
133 input => 'smb_data_print-segv.pcapng',
134 output => 'smb_data_print-segv-nosmb.out',
/dports/graphics/ocrad/ocrad-0.27/
H A Dfeats.cc82 std::vector< Csegment > segv; in hbars() local
83 segv.reserve( b.height() ); in hbars()
88 { segv.push_back( row_scan[i][0] ); continue; } in hbars()
95 if( jmax >= 0 ) segv.push_back( row_scan[i][jmax] ); in hbars()
96 else segv.push_back( Csegment() ); in hbars()
103 Csegment & seg = segv[i]; in hbars()
110 ( i <= begin || seg.overlaps( segv[i-1] ) ) ) in hbars()
119 while( begin <= end && 3 * segv[begin].size() < 2 * width ) in hbars()
121 while( begin <= end && 3 * segv[end].size() < 2 * width ) in hbars()
130 if( 3 * segv[begin-j].size() <= 2 * width ) in hbars()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/kernel/
H A Dsignal32.c105 goto segv; in do_sigreturn32()
108 goto segv; in do_sigreturn32()
111 goto segv; in do_sigreturn32()
115 goto segv; in do_sigreturn32()
118 goto segv; in do_sigreturn32()
171 segv: in do_sigreturn32()
193 goto segv; in do_rt_sigreturn32()
196 goto segv; in do_rt_sigreturn32()
199 goto segv; in do_rt_sigreturn32()
203 goto segv; in do_rt_sigreturn32()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/kernel/
H A Dsignal32.c105 goto segv; in do_sigreturn32()
108 goto segv; in do_sigreturn32()
111 goto segv; in do_sigreturn32()
115 goto segv; in do_sigreturn32()
118 goto segv; in do_sigreturn32()
171 segv: in do_sigreturn32()
193 goto segv; in do_rt_sigreturn32()
196 goto segv; in do_rt_sigreturn32()
199 goto segv; in do_rt_sigreturn32()
203 goto segv; in do_rt_sigreturn32()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/kernel/
H A Dsignal32.c105 goto segv; in do_sigreturn32()
108 goto segv; in do_sigreturn32()
111 goto segv; in do_sigreturn32()
115 goto segv; in do_sigreturn32()
118 goto segv; in do_sigreturn32()
171 segv: in do_sigreturn32()
193 goto segv; in do_rt_sigreturn32()
196 goto segv; in do_rt_sigreturn32()
199 goto segv; in do_rt_sigreturn32()
203 goto segv; in do_rt_sigreturn32()
[all …]
/dports/mail/p5-Mail-DKIM/Mail-DKIM-1.20200907/t/arc_test_suite/
H A Darc-draft-validation-tests.yml100 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
141 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
213 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
272 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
344 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
420 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
512 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
620 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
654 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
695 Received: from segv.d1.example (segv.d1.example [72.52.75.15])
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/mips/
H A Dcpu_loop.c403 int segv = 0; in do_store_exclusive() local
414 segv = 1; in do_store_exclusive()
421 segv = get_user_s64(val, addr); in do_store_exclusive()
423 segv = get_user_s32(val, addr); in do_store_exclusive()
426 segv = get_user_s32(val, addr); in do_store_exclusive()
427 segv |= get_user_s32(val_wp, addr); in do_store_exclusive()
430 if (!segv) { in do_store_exclusive()
441 segv = put_user_u32(env->llnewval, addr); in do_store_exclusive()
444 if (!segv) { in do_store_exclusive()
451 if (!segv) { in do_store_exclusive()
[all …]
/dports/devel/p5-Test2-Plugin-Cover/Test2-Plugin-Cover-0.000027/
H A DChanges66 - Fix a segv
92 - add sysopen clone without plugint o make sure plugin is the segv source
96 - More XS fixes to avoid segv's
101 - Split unit tests into multiple to help narrow downa segv on testers
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/ld/
H A Dmacho_combine_dwarf.go409 segv := reflect.ValueOf(seg).Elem()
410 segv.FieldByName("Offset").SetUint(uint64(dwarfstart))
417 segv.FieldByName("Filesz").SetUint(segSize)
419 segv.FieldByName("Filesz").SetUint(dwarfsize)
435 segv.FieldByName("Addr").SetUint(0)
436 segv.FieldByName("Memsz").SetUint(0)
437 segv.FieldByName("Prot").SetUint(0)
443 …return machoUpdateSections(*r, segv, reflect.ValueOf(sect), deltaOffset, deltaAddr, compressedSect…
/dports/math/p5-Math-BigInt/Math-BigInt-1.999827/t/
H A Dupgrade2.t6 # Test 2 levels of upgrade classes. This used to cause a segv.
17 pass('sqrt on a big int does not segv if there are 2 upgrade levels');
/dports/emulators/qemu/qemu-6.2.0/linux-user/arm/
H A Dcpu_loop.c111 goto segv; in arm_kernel_cmpxchg64_helper()
116 goto segv; in arm_kernel_cmpxchg64_helper()
121 goto segv; in arm_kernel_cmpxchg64_helper()
129 goto segv; in arm_kernel_cmpxchg64_helper()
142 segv: in arm_kernel_cmpxchg64_helper()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/arm/
H A Dcpu_loop.c110 goto segv; in arm_kernel_cmpxchg64_helper()
115 goto segv; in arm_kernel_cmpxchg64_helper()
120 goto segv; in arm_kernel_cmpxchg64_helper()
128 goto segv; in arm_kernel_cmpxchg64_helper()
141 segv: in arm_kernel_cmpxchg64_helper()
/dports/devel/binutils/binutils-2.37/gold/testsuite/
H A Dcopy_test_relro.cc40 void segv(int) in segv() function
56 act.sa_handler = segv; in main()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/testsuite/
H A Dcopy_test_relro.cc40 void segv(int) in segv() function
56 act.sa_handler = segv; in main()
/dports/devel/gnulibiberty/binutils-2.37/gold/testsuite/
H A Dcopy_test_relro.cc40 void segv(int) in segv() function
56 act.sa_handler = segv; in main()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A DBUGS4 dumpelf -vvvv ; This can segv on some malformed ELF files when trying to
8 includes the orig /etc/ld.so.conf again will cause a recursion segv.

12345678910>>...45