ABORT              73 gc/AmigaOS.c   	ABORT("task missing");
ABORT             130 gc/AmigaOS.c   	  ABORT("Not a Process.");
ABORT             134 gc/AmigaOS.c   	    ABORT("Arrrgh.. can't find segments, aborting");
ABORT             156 gc/AmigaOS.c   	     ABORT("Can`t find correct Segments.\nSolution: Use an newer version of ixemul.library");
ABORT              58 gc/aix_irix_threads.c     	ABORT("pthread_sigmask");
ABORT             127 gc/aix_irix_threads.c     if (sig != SIG_SUSPEND) ABORT("Bad signal in suspend_handler");
ABORT             299 gc/aix_irix_threads.c                     ABORT("pthread_kill failed");
ABORT             430 gc/aix_irix_threads.c     	ABORT("Previously installed SIG_SUSPEND handler");
ABORT             436 gc/aix_irix_threads.c 	    ABORT("Failed to install SIG_SUSPEND handler");
ABORT             803 gc/allchblk.c  	ABORT("Duplicate large block deallocation");
ABORT             812 gc/alloc.c         	ABORT("Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS");
ABORT              97 gc/backgraph.c     ABORT("needed too much space for back edges: adjust "
ABORT             139 gc/backgraph.c       ABORT("MAKE_BACK_GRAPH: Out of in-progress space: "
ABORT              81 gc/checksums.c     if (pe -> block != 0 && pe -> block != h + OFFSET) ABORT("goofed");
ABORT              35 gc/cord/cordbscs.c 			  ABORT("Out of memory\n"); }
ABORT             455 gc/cord/cordbscs.c       if (i < 0) ABORT("CORD_substr: second arg. negative");
ABORT             470 gc/cord/cordbscs.c     	if (*p == '\0') ABORT("2nd arg to CORD_iter5 too big");
ABORT             526 gc/cord/cordbscs.c 	    if (c == '\0') ABORT("2nd arg to CORD_riter4 too big");
ABORT             624 gc/cord/cordbscs.c     ABORT("Cord too long");
ABORT             775 gc/cord/cordbscs.c     if (!IS_FUNCTION(leaf)) ABORT("CORD_pos_fetch: bad leaf");
ABORT              30 gc/cord/cordtest.c     if (client_data != (void *)13) ABORT("bad client data");
ABORT              33 gc/cord/cordtest.c             if (c != 'b') ABORT("bad char");
ABORT              35 gc/cord/cordtest.c             if (c != 'a') ABORT("bad char");
ABORT              40 gc/cord/cordtest.c         if (c != 'c') ABORT("bad char");
ABORT              60 gc/cord/cordtest.c     if (!CORD_IS_STRING(x)) ABORT("short cord should usually be a string");
ABORT              61 gc/cord/cordtest.c     if (strcmp(x, "abab") != 0) ABORT("bad CORD_cat result");
ABORT              67 gc/cord/cordtest.c     if (CORD_len(x) != 128*1024+1) ABORT("bad length");
ABORT              71 gc/cord/cordtest.c         ABORT("CORD_iter5 failed");
ABORT              73 gc/cord/cordtest.c     if (count != 64*1024 + 2) ABORT("CORD_iter5 failed");
ABORT              81 gc/cord/cordtest.c     if (count != 64*1024 + 2) ABORT("Position based iteration failed");
ABORT              84 gc/cord/cordtest.c     if (!CORD_IS_STRING(y)) ABORT("short cord should usually be a string");
ABORT              85 gc/cord/cordtest.c     if (strcmp(y, "babab") != 0) ABORT("bad CORD_substr result");
ABORT              88 gc/cord/cordtest.c     if (!CORD_IS_STRING(y)) ABORT("short cord should usually be a string");
ABORT              89 gc/cord/cordtest.c     if (strcmp(y, "abababab") != 0) ABORT("bad CORD_substr result");
ABORT              92 gc/cord/cordtest.c     if (!CORD_IS_STRING(y)) ABORT("short cord should usually be a string");
ABORT              93 gc/cord/cordtest.c     if (strcmp(y, "bc") != 0) ABORT("bad CORD_substr result");
ABORT              96 gc/cord/cordtest.c     if (CORD_len(x) != 128*1024+1) ABORT("bad length");
ABORT             100 gc/cord/cordtest.c         ABORT("CORD_iter5 failed");
ABORT             102 gc/cord/cordtest.c     if (count != 64*1024 + 2) ABORT("CORD_iter5 failed");
ABORT             105 gc/cord/cordtest.c     if (!CORD_IS_STRING(y)) ABORT("short cord should usually be a string");
ABORT             106 gc/cord/cordtest.c     if (strcmp(y, "babab") != 0) ABORT("bad CORD_substr result");
ABORT             112 gc/cord/cordtest.c        	if(c != i) ABORT("Traversal of function node failed");
ABORT             115 gc/cord/cordtest.c     if (i != 13) ABORT("Bad apparent length for function node");
ABORT             139 gc/cord/cordtest.c     if (CORD_cmp(w,z) != 0) ABORT("CORD_catn comparison wrong");
ABORT             144 gc/cord/cordtest.c     if (CORD_cmp(x,z) != 0) ABORT("balanced string comparison wrong");
ABORT             145 gc/cord/cordtest.c     if (CORD_cmp(x,CORD_cat(z, CORD_nul(13))) >= 0) ABORT("comparison 2");
ABORT             146 gc/cord/cordtest.c     if (CORD_cmp(CORD_cat(x, CORD_nul(13)), z) <= 0) ABORT("comparison 3");
ABORT             147 gc/cord/cordtest.c     if (CORD_cmp(x,CORD_cat(z, "13")) >= 0) ABORT("comparison 4");
ABORT             148 gc/cord/cordtest.c     if ((f = fopen(FNAME1, "w")) == 0) ABORT("open failed");
ABORT             149 gc/cord/cordtest.c     if (CORD_put(z,f) == EOF) ABORT("CORD_put failed");
ABORT             150 gc/cord/cordtest.c     if (fclose(f) == EOF) ABORT("fclose failed");
ABORT             152 gc/cord/cordtest.c     if (CORD_len(w) != CORD_len(z)) ABORT("file length wrong");
ABORT             153 gc/cord/cordtest.c     if (CORD_cmp(w,z) != 0) ABORT("file comparison wrong");
ABORT             155 gc/cord/cordtest.c     	ABORT("file substr wrong");
ABORT             157 gc/cord/cordtest.c     if (CORD_cmp(w,z) != 0) ABORT("File conversions differ");
ABORT             158 gc/cord/cordtest.c     if (CORD_chr(w, 0, '9') != 37) ABORT("CORD_chr failed 1");
ABORT             159 gc/cord/cordtest.c     if (CORD_chr(w, 3, 'a') != 38) ABORT("CORD_chr failed 2");
ABORT             160 gc/cord/cordtest.c     if (CORD_rchr(w, CORD_len(w) - 1, '}') != 1) ABORT("CORD_rchr failed");
ABORT             165 gc/cord/cordtest.c     if ((f = fopen(FNAME2, "w")) == 0) ABORT("2nd open failed");
ABORT             168 gc/cord/cordtest.c       if (fflush(f) != 0) ABORT("fflush failed");
ABORT             170 gc/cord/cordtest.c     if (CORD_put(x,f) == EOF) ABORT("CORD_put failed");
ABORT             171 gc/cord/cordtest.c     if (fclose(f) == EOF) ABORT("fclose failed");
ABORT             173 gc/cord/cordtest.c     if (CORD_len(w) != CORD_len(x)) ABORT("file length wrong");
ABORT             174 gc/cord/cordtest.c     if (CORD_cmp(w,x) != 0) ABORT("file comparison wrong");
ABORT             176 gc/cord/cordtest.c     	ABORT("file substr wrong");
ABORT             178 gc/cord/cordtest.c     	ABORT("char * file substr wrong");
ABORT             180 gc/cord/cordtest.c     	ABORT("short file substr wrong");
ABORT             181 gc/cord/cordtest.c     if (CORD_str(x,1,"9a") != 35) ABORT("CORD_str failed 1");
ABORT             182 gc/cord/cordtest.c     if (CORD_str(x,0,"9abcdefghijk") != 35) ABORT("CORD_str failed 2");
ABORT             184 gc/cord/cordtest.c     	ABORT("CORD_str failed 3");
ABORT             185 gc/cord/cordtest.c     if (CORD_str(x,0,"9>") != CORD_NOT_FOUND) ABORT("CORD_str failed 4");
ABORT             189 gc/cord/cordtest.c     		ABORT("fclose(f1) failed");
ABORT             190 gc/cord/cordtest.c     	if (remove(FNAME1) != 0) ABORT("remove 1 failed");
ABORT             193 gc/cord/cordtest.c     	if (fclose(f2) == EOF) ABORT("fclose(f2) failed");
ABORT             194 gc/cord/cordtest.c     	if (remove(FNAME2) != 0) ABORT("remove 2 failed");
ABORT             207 gc/cord/cordtest.c     	ABORT("CORD_sprintf failed 1");
ABORT             208 gc/cord/cordtest.c     if (CORD_cmp(result, "   3.14") != 0)ABORT("CORD_sprintf goofed 1");
ABORT             209 gc/cord/cordtest.c     if (l != 7) ABORT("CORD_sprintf goofed 2");
ABORT             211 gc/cord/cordtest.c     	ABORT("CORD_sprintf failed 2");
ABORT             212 gc/cord/cordtest.c     if (CORD_cmp(result, "ab     xyz") != 0)ABORT("CORD_sprintf goofed 3");
ABORT             213 gc/cord/cordtest.c     if (s != 7) ABORT("CORD_sprintf goofed 4");
ABORT             219 gc/cord/cordtest.c     	ABORT("CORD_sprintf failed 3");
ABORT             221 gc/cord/cordtest.c     if (CORD_cmp(result, result2) != 0)ABORT("CORD_sprintf goofed 5");
ABORT              55 gc/cord/cordxtra.c 			  ABORT("Out of memory\n"); }
ABORT             259 gc/cord/cordxtra.c     if (!CORD_pos_valid(xpos)) ABORT("bad index?");
ABORT             521 gc/cord/cordxtra.c     	    ABORT("fseek failed");
ABORT             525 gc/cord/cordxtra.c     	ABORT("fread failed");
ABORT             559 gc/cord/cordxtra.c     	ABORT("CORD_lf_close_proc: fclose failed");
ABORT             594 gc/cord/cordxtra.c         ABORT("Bad fd argument - fseek failed");
ABORT             597 gc/cord/cordxtra.c         ABORT("Bad fd argument - ftell failed");
ABORT             610 gc/cord/cordxtra.c         ABORT("Bad fd argument - fseek failed");
ABORT             613 gc/cord/cordxtra.c         ABORT("Bad fd argument - ftell failed");
ABORT              94 gc/darwin_stop_world.c 	if(r != KERN_SUCCESS) ABORT("thread_get_state failed");
ABORT             160 gc/darwin_stop_world.c     if(r != KERN_SUCCESS) ABORT("task_threads failed");
ABORT             176 gc/darwin_stop_world.c 	if(r != KERN_SUCCESS) ABORT("task_get_state failed");
ABORT             219 gc/darwin_stop_world.c 	if(r != KERN_SUCCESS) ABORT("task_get_state failed");
ABORT             451 gc/darwin_stop_world.c 	    if(kern_result != KERN_SUCCESS) ABORT("thread_info failed");
ABORT             459 gc/darwin_stop_world.c 	    if(kern_result != KERN_SUCCESS) ABORT("thread_resume failed");
ABORT             154 gc/dbg_mlc.c       ABORT("GC_generate_random_heap_address: size inconsistency");
ABORT             634 gc/dbg_mlc.c           ABORT("GC_debug_change_stubborn: bad arg");
ABORT             640 gc/dbg_mlc.c           ABORT("GC_debug_change_stubborn: arg not stubborn");
ABORT             654 gc/dbg_mlc.c           ABORT("GC_debug_end_stubborn_change: bad arg");
ABORT             660 gc/dbg_mlc.c           ABORT("GC_debug_end_stubborn_change: arg not stubborn");
ABORT             785 gc/dbg_mlc.c           ABORT("free(invalid pointer)");
ABORT             865 gc/dbg_mlc.c           ABORT("realloc(invalid pointer)");
ABORT             896 gc/dbg_mlc.c           ABORT("bad kind");
ABORT             366 gc/dyn_load.c         ABORT("Failed to read /proc for library registration.");
ABORT             609 gc/dyn_load.c      	ABORT("/proc open failed");
ABORT             614 gc/dyn_load.c      	ABORT("/proc PIOCNMAP ioctl failed");
ABORT             625 gc/dyn_load.c      	ABORT("/proc PIOCMAP ioctl failed");
ABORT             690 gc/dyn_load.c      	if (close(fd) < 0) ABORT("Couldnt close /proc file");
ABORT             876 gc/dyn_load.c  		ABORT("Weird VirtualQuery result");
ABORT             955 gc/dyn_load.c              ABORT("ldr_next_module failed");
ABORT             962 gc/dyn_load.c              ABORT("ldr_inq_module failed");
ABORT             983 gc/dyn_load.c                  ABORT("ldr_inq_region failed");
ABORT            1047 gc/dyn_load.c                ABORT("shl_get failed");
ABORT            1089 gc/dyn_load.c  			ABORT("loadquery failed");
ABORT             117 gc/finalize.c      	    ABORT("Insufficient space for initial table allocation");
ABORT             149 gc/finalize.c      	ABORT("Bad arg to GC_register_disappearing_link");
ABORT             169 gc/finalize.c      	ABORT("Bad arg to GC_general_register_disappearing_link");
ABORT              77 gc/gcj_mlc.c       if (mp_index >= GC_n_mark_procs) ABORT("GC_init_gcj_malloc: bad index");
ABORT            1889 gc/include/private/gc_priv.h 		ABORT("assertion failure"); }
ABORT             453 gc/mach_dep.c          ABORT("Unexpected call to GC_with_callee_saves_pushed");
ABORT             252 gc/mark.c          	ABORT("unexpected state");
ABORT             399 gc/mark.c          	    ABORT("GC_mark_some: bad state");
ABORT            1075 gc/mark.c      	ABORT("Tried to start parallel mark in bad state");
ABORT            1205 gc/mark.c      	ABORT("unexpected mark stack overflow");
ABORT            1267 gc/mark.c              ABORT("unexpected mark stack overflow");
ABORT            1776 gc/mark.c          if (!GC_dirty_maintained) { ABORT("dirty bits not set up"); }
ABORT             242 gc/mark_rts.c          ABORT("Too many root sets\n");
ABORT             439 gc/mark_rts.c  	ABORT("exclusion ranges overlap");
ABORT             453 gc/mark_rts.c      if (GC_excl_table_entries == MAX_EXCLUSIONS) ABORT("Too many exclusions");
ABORT             697 gc/misc.c        	ABORT(
ABORT             701 gc/misc.c        	ABORT(
ABORT             762 gc/misc.c                ABORT("Can't lock load state\n");
ABORT             764 gc/misc.c                ABORT("Can't unlock load state\n");
ABORT             877 gc/misc.c          	  if (GC_stdout == INVALID_HANDLE_VALUE) ABORT("Open of log file failed");
ABORT             980 gc/misc.c          if (buf[1024] != 0x15) ABORT("GC_printf clobbered stack");
ABORT             981 gc/misc.c          if (WRITE(GC_stdout, buf, strlen(buf)) < 0) ABORT("write to stdout failed");
ABORT             992 gc/misc.c          if (buf[1024] != 0x15) ABORT("GC_err_printf clobbered stack");
ABORT             993 gc/misc.c          if (WRITE(GC_stderr, buf, strlen(buf)) < 0) ABORT("write to stderr failed");
ABORT             999 gc/misc.c          if (WRITE(GC_stderr, s, strlen(s)) < 0) ABORT("write to stderr failed");
ABORT            1007 gc/misc.c          if (WRITE(GC_stderr, buf, len) < 0) ABORT("write to stderr failed");
ABORT            1097 gc/misc.c          if (result == 0) ABORT("Failed to allocate freelist for new kind");
ABORT            1119 gc/misc.c          if (GC_n_kinds > MAXOBJKINDS) ABORT("Too many kinds");
ABORT            1146 gc/misc.c          if (GC_n_mark_procs > MAX_MARK_PROCS) ABORT("Too many mark procedures");
ABORT             247 gc/new_hblk.c  	    ABORT("HBLK SZ inconsistency");
ABORT              73 gc/obj_map.c           ABORT("Bad argument to GC_register_displacement");
ABORT             490 gc/os_dep.c        if (nest != 1) ABORT("nested GC_disable_signals");
ABORT             498 gc/os_dep.c        if (nest != 0) ABORT("GC_enable_signals");
ABORT             562 gc/os_dep.c    	if (GC_sig_disabled != 0) ABORT("Nested disables");
ABORT             571 gc/os_dep.c    	if (GC_sig_disabled != 1) ABORT("Unmatched enable");
ABORT             635 gc/os_dep.c        if (result != sizeof(buf)) ABORT("Weird VirtualQuery result");
ABORT             677 gc/os_dep.c        	ABORT("DosGetInfoBlocks failed\n");
ABORT             970 gc/os_dep.c    	ABORT("Couldn't read /proc/self/stat");
ABORT             986 gc/os_dep.c        if (result < 0x10000000) ABORT("Absurd stack bottom value");
ABORT            1008 gc/os_dep.c        if (r) ABORT("Error getting stack base");
ABORT            1102 gc/os_dep.c        	ABORT("DosGetInfoBlocks failed\n");
ABORT            1107 gc/os_dep.c        	ABORT("DosGetInfoBlocks failed\n");
ABORT            1113 gc/os_dep.c            ABORT("Failed to open executable\n");
ABORT            1118 gc/os_dep.c            ABORT("Couldn't read MSDOS header");
ABORT            1123 gc/os_dep.c            ABORT("Bad DOS magic number");
ABORT            1128 gc/os_dep.c            ABORT("Bad DOS magic number");
ABORT            1133 gc/os_dep.c            ABORT("Couldn't read OS/2 header");
ABORT            1138 gc/os_dep.c            ABORT("Bad OS/2 magic number");
ABORT            1143 gc/os_dep.c            ABORT("Bad byte order");
ABORT            1154 gc/os_dep.c            ABORT("Seek to object table failed");
ABORT            1161 gc/os_dep.c            ABORT("Couldn't read obj table entry");
ABORT            1256 gc/os_dep.c          ABORT("Weird VirtualQuery result");
ABORT            1597 gc/os_dep.c        if (bytes & (GC_page_size -1)) ABORT("Bad GET_MEM arg");
ABORT            1706 gc/os_dep.c        if (HBLKDISPL(result) != 0) ABORT("Bad VirtualAlloc result");
ABORT            1709 gc/os_dep.c        if (GC_n_heap_bases >= MAX_HEAP_SECTS) ABORT("Too many heap sections");
ABORT            1765 gc/os_dep.c    	if (HBLKDISPL(result) != 0) ABORT("Bad VirtualAlloc result");
ABORT            1768 gc/os_dep.c    	if (GC_n_heap_bases >= MAX_HEAP_SECTS) ABORT("Too many heap sections");
ABORT            1779 gc/os_dep.c    	if (HBLKDISPL(result) != 0) ABORT("Bad VirtualAlloc result");
ABORT            1848 gc/os_dep.c    	      ABORT("Weird VirtualQuery result");
ABORT            1851 gc/os_dep.c    	      ABORT("VirtualFree failed");
ABORT            1864 gc/os_dep.c            if (result != (void *)start_addr) ABORT("mmap(...PROT_NONE...) failed");
ABORT            1886 gc/os_dep.c    	      ABORT("Weird VirtualQuery result");
ABORT            1892 gc/os_dep.c    	      ABORT("VirtualAlloc remapping failed");
ABORT            1909 gc/os_dep.c    	  ABORT("Mprotect remapping failed");
ABORT            1939 gc/os_dep.c    	      ABORT("Weird VirtualQuery result");
ABORT            1942 gc/os_dep.c    	      ABORT("VirtualFree failed");
ABORT            1948 gc/os_dep.c          if (len != 0 && munmap(start_addr, len) != 0) ABORT("munmap failed");
ABORT            1993 gc/os_dep.c    	      ABORT("Old object enumeration failed");
ABORT            2000 gc/os_dep.c                  ABORT("Thread stack marking failed\n");
ABORT            2198 gc/os_dep.c        	    ABORT("mprotect failed"); \
ABORT            2203 gc/os_dep.c        	    ABORT("un-mprotect failed"); \
ABORT            2216 gc/os_dep.c                ABORT("vm_portect failed"); \
ABORT            2221 gc/os_dep.c                ABORT("vm_portect failed"); \
ABORT            2235 gc/os_dep.c    	    ABORT("VirtualProtect failed"); \
ABORT            2240 gc/os_dep.c    	    ABORT("un-VirtualProtect failed"); \
ABORT            2580 gc/os_dep.c                        ABORT("Unexpected bus error or segmentation fault");
ABORT            2653 gc/os_dep.c        ABORT("Unexpected bus error or segmentation fault");
ABORT            2719 gc/os_dep.c            ABORT("Page size not multiple of HBLKSIZE");
ABORT            2754 gc/os_dep.c    	  if (res != 0) ABORT("Sigaction failed");
ABORT            2936 gc/os_dep.c            ABORT("GC_unprotect_range(range bigger than object)");
ABORT            3127 gc/os_dep.c        	ABORT("/proc open failed");
ABORT            3133 gc/os_dep.c        	ABORT("/proc ioctl failed");
ABORT            3322 gc/os_dep.c       	ABORT("Bad initial heap segment");
ABORT            3326 gc/os_dep.c    	ABORT("dirty bit initialization failed");
ABORT            3346 gc/os_dep.c    	ABORT("dirty bit read failed");
ABORT            3471 gc/os_dep.c    	ABORT("mach_msg failed in GC_mprotect_thread_notify");
ABORT            3473 gc/os_dep.c            ABORT("invalid ack in GC_mprotect_thread_notify");
ABORT            3497 gc/os_dep.c    	ABORT("mach_msg failed in GC_mprotect_thread_reply");
ABORT            3552 gc/os_dep.c                    ABORT("out of order mprotect thread request");
ABORT            3559 gc/os_dep.c                ABORT("mach_msg failed");
ABORT            3566 gc/os_dep.c                        ABORT("Called mprotect_stop when state wasn't normal");
ABORT            3571 gc/os_dep.c                        ABORT("Called mprotect_resume when state wasn't stopped");
ABORT            3579 gc/os_dep.c                        ABORT("exc_server failed");
ABORT            3597 gc/os_dep.c        	        	ABORT("mach_msg failed while sending exception reply");
ABORT            3620 gc/os_dep.c        if(num != SIGBUS) ABORT("Got a non-sigbus signal in the sigbus handler");
ABORT            3626 gc/os_dep.c            ABORT("Got more than 8 SIGBUSs in a row!");
ABORT            3652 gc/os_dep.c            ABORT("Page size not multiple of HBLKSIZE");
ABORT            3658 gc/os_dep.c        if(r != KERN_SUCCESS) ABORT("mach_port_allocate failed (exception port)");
ABORT            3663 gc/os_dep.c        	ABORT("mach_port_insert_right failed (exception port)");
ABORT            3667 gc/os_dep.c            if(r != KERN_SUCCESS) ABORT("mach_port_allocate failed (reply port)");
ABORT            3682 gc/os_dep.c        if(r != KERN_SUCCESS) ABORT("task_get_exception_ports failed");
ABORT            3691 gc/os_dep.c        if(r != KERN_SUCCESS) ABORT("task_set_exception_ports failed");
ABORT            3693 gc/os_dep.c        if(pthread_attr_init(&attr) != 0) ABORT("pthread_attr_init failed");
ABORT            3695 gc/os_dep.c            ABORT("pthread_attr_setdetachedstate failed");
ABORT            3700 gc/os_dep.c            ABORT("pthread_create failed");
ABORT            3710 gc/os_dep.c            if(sigaction(SIGBUS,&sa,&oldsa) < 0) ABORT("sigaction");
ABORT            3743 gc/os_dep.c        if(i==GC_old_exc_ports.count) ABORT("No handler for exception!");
ABORT            3752 gc/os_dep.c                ABORT("thread_get_state failed in forward_exception");
ABORT            3771 gc/os_dep.c                ABORT("forward_exception: unknown behavior");
ABORT            3778 gc/os_dep.c                ABORT("thread_set_state failed in forward_exception");
ABORT            3834 gc/os_dep.c                ABORT("thread_get_state failed in catch_exception_raise");
ABORT            3907 gc/os_dep.c        ABORT("catch_exception_raise_state");
ABORT            3916 gc/os_dep.c        ABORT("catch_exception_raise_state_identity");
ABORT             175 gc/pcr_interface.c     ABORT("In GC_push_thread_structures()");
ABORT              31 gc/pthread_stop_world.c     	ABORT("pthread_sigmask");
ABORT              50 gc/pthread_stop_world.c         ABORT("sigdelset() failed");
ABORT              62 gc/pthread_stop_world.c         ABORT("sigdelset() failed");
ABORT             140 gc/pthread_stop_world.c     if (sig != SIG_SUSPEND) ABORT("Bad signal in suspend_handler");
ABORT             199 gc/pthread_stop_world.c     if (sig != SIG_THR_RESTART) ABORT("Bad signal in suspend_handler");
ABORT             271 gc/pthread_stop_world.c 	if (0 == lo) ABORT("GC_push_all_stacks: sp not set!\n");
ABORT             293 gc/pthread_stop_world.c       ABORT("Collecting from unknown thread.");
ABORT             334 gc/pthread_stop_world.c                     ABORT("pthread_kill failed");
ABORT             398 gc/pthread_stop_world.c 	         ABORT("sem_wait for handler failed");
ABORT             444 gc/pthread_stop_world.c                     ABORT("pthread_kill failed");
ABORT             458 gc/pthread_stop_world.c         ABORT("sem_init failed");
ABORT             462 gc/pthread_stop_world.c     	ABORT("sigfillset() failed");
ABORT             469 gc/pthread_stop_world.c     	ABORT("Cannot set SIG_SUSPEND handler");
ABORT             474 gc/pthread_stop_world.c     	ABORT("Cannot set SIG_THR_RESTART handler");
ABORT             478 gc/pthread_stop_world.c       if (sigfillset(&suspend_handler_mask) != 0) ABORT("sigfillset() failed");
ABORT             481 gc/pthread_stop_world.c 	  ABORT("sigdelset() failed");
ABORT             224 gc/pthread_support.c 	    ABORT("Failed to create key for local allocator");
ABORT             229 gc/pthread_support.c 	ABORT("Failed to set thread specific allocation pointers");
ABORT             470 gc/pthread_support.c     if (0 != pthread_attr_init(&attr)) ABORT("pthread_attr_init failed");
ABORT             473 gc/pthread_support.c 	ABORT("pthread_attr_setdetachstate failed");
ABORT             485 gc/pthread_support.c 	  ABORT("pthread_attr_getstacksize failed\n");
ABORT             488 gc/pthread_support.c 		  ABORT("pthread_attr_setstacksize failed\n");
ABORT            1268 gc/pthread_support.c             if (EINTR != errno) ABORT("sem_wait failed");
ABORT            1384 gc/pthread_support.c 		ABORT("Unexpected error from pthread_mutex_trylock");
ABORT            1525 gc/pthread_support.c 	ABORT("pthread_mutex_unlock failed");
ABORT            1541 gc/pthread_support.c 	ABORT("pthread_cond_wait failed");
ABORT            1562 gc/pthread_support.c 	ABORT("pthread_cond_broadcast failed");
ABORT            1579 gc/pthread_support.c 	ABORT("pthread_cond_wait failed");
ABORT            1590 gc/pthread_support.c 	ABORT("pthread_cond_broadcast failed");
ABORT              30 gc/ptr_chck.c      ABORT("GC_same_obj test failed");
ABORT             126 gc/ptr_chck.c      ABORT("GC_is_valid_displacement test failed");
ABORT             186 gc/ptr_chck.c      ABORT("GC_is_visible test failed");
ABORT              88 gc/solaris_threads.c 	ABORT("nanosleep failed");
ABORT             151 gc/solaris_threads.c 		ABORT("Too many open files");
ABORT             198 gc/solaris_threads.c     if (0 == mem) ABORT("No space for lwp data structures");
ABORT             219 gc/solaris_threads.c 	ABORT("set_max_lwps buffer overflow");
ABORT             242 gc/solaris_threads.c 			ABORT("/proc open failed: too many open files");
ABORT             252 gc/solaris_threads.c     	    ABORT("Main PIOCSTATUS failed");
ABORT             254 gc/solaris_threads.c     		ABORT("Invalid number of lwps returned by PIOCSTATUS");
ABORT             267 gc/solaris_threads.c             ABORT("PIOCLWPIDS failed");
ABORT             315 gc/solaris_threads.c                             	ABORT("Repeated PIOCSTATUS failed");
ABORT             322 gc/solaris_threads.c                             	ABORT("Repeated PIOCSTATUS failed");
ABORT             359 gc/solaris_threads.c 	    if (lwp_fd < 0) ABORT("open_lwp failed");
ABORT             362 gc/solaris_threads.c                 ABORT("PIOCSTATUS failed in restart_all_lwps");
ABORT             374 gc/solaris_threads.c 		ABORT("Register contents changed");
ABORT             377 gc/solaris_threads.c 	    	ABORT("lwp no longer stopped");
ABORT             384 gc/solaris_threads.c                 ABORT("PIOCSTATUS failed in restart_all_lwps");
ABORT             386 gc/solaris_threads.c 	      if (windows.wbcnt > 0) ABORT("unsaved register windows");
ABORT             393 gc/solaris_threads.c             ABORT("Failed to restart lwp");
ABORT             396 gc/solaris_threads.c     if (i >= max_lwps) ABORT("Too many lwps");
ABORT             514 gc/solaris_threads.c     if (search_sz != size) ABORT("Bad stack size");
ABORT             645 gc/solaris_threads.c     if (getrlimit(RLIMIT_STACK, &rl) != 0) ABORT("getrlimit failed");
ABORT             677 gc/solaris_threads.c     	ABORT("sp out of bounds");
ABORT             799 gc/solaris_threads.c 	    ABORT("Can't open /dev/zero");
ABORT             812 gc/solaris_threads.c     	ABORT("Cant fork daemon");
ABORT             830 gc/solaris_threads.c     	if (t == 0) ABORT("thread unknown to GC");
ABORT             846 gc/solaris_threads.c     	if (t == 0) ABORT("thread unknown to GC");
ABORT              66 gc/stubborn.c          ABORT("GC_stubborn_init: put of space");
ABORT             182 gc/stubborn.c          ABORT("Bad arg to GC_end_stubborn_change");
ABORT             360 gc/typd_mlc.c       	    ABORT("Bad leaf descriptor size");
ABORT             455 gc/typd_mlc.c          ABORT("Bad complex descriptor");
ABORT             515 gc/typd_mlc.c          ABORT("Bad complex descriptor");
ABORT             104 gc/win32_threads.c       ABORT("too many threads");
ABORT             132 gc/win32_threads.c 	ABORT("DuplicateHandle failed");
ABORT             138 gc/win32_threads.c     ABORT("Failed to find stack base in GC_new_thread");
ABORT             241 gc/win32_threads.c   if (!GC_thr_initialized) ABORT("GC_stop_world() called before GC_thr_init()");
ABORT             270 gc/win32_threads.c 	  ABORT("SuspendThread failed");
ABORT             286 gc/win32_threads.c 	ABORT("ResumeThread failed");
ABORT             304 gc/win32_threads.c   ABORT("no thread table entry for current thread");
ABORT             351 gc/win32_threads.c 	  ABORT("GetThreadContext failed");
ABORT             403 gc/win32_threads.c   if (!found_me) ABORT("Collecting from unknown thread.");