am e3650267: fix [2170898] abort() doesn\'t print a stack tarce
				
					
				
			Merge commit 'e36502673d98df089acbc645f077ee0c2be20c5d' into eclair-plus-aosp * commit 'e36502673d98df089acbc645f077ee0c2be20c5d': fix [2170898] abort() doesn't print a stack tarce
This commit is contained in:
		@@ -73,10 +73,8 @@ abort(void)
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* temporary, for bug hunting */
 | 
					    /* temporary, for bug hunting */
 | 
				
			||||||
    debug_log("abort() called in pid %d\n", getpid());
 | 
					 | 
				
			||||||
    /* seg fault seems to produce better debuggerd results than SIGABRT */
 | 
					    /* seg fault seems to produce better debuggerd results than SIGABRT */
 | 
				
			||||||
    *((char*)0xdeadbaad) = 39;
 | 
					    *((char*)0xdeadbaad) = 39;
 | 
				
			||||||
    debug_log("somehow we're not dead?\n");
 | 
					 | 
				
			||||||
    /* -- */
 | 
					    /* -- */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	(void)kill(getpid(), SIGABRT);
 | 
						(void)kill(getpid(), SIGABRT);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user