mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	error.c: Crash Report log
* error.c (REPORTBUG_MSG): mention about Crash Report log file on MacOS X. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									4cac2f4ada
								
							
						
					
					
						commit
						20061dad6a
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		
							
								
								
									
										7
									
								
								error.c
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								error.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -43,12 +43,17 @@ VALUE rb_eEINPROGRESS;
 | 
			
		|||
 | 
			
		||||
extern const char ruby_description[];
 | 
			
		||||
 | 
			
		||||
#define REPORTBUG_MSG \
 | 
			
		||||
static const char REPORTBUG_MSG[] =
 | 
			
		||||
	"[NOTE]\n" \
 | 
			
		||||
	"You may have encountered a bug in the Ruby interpreter" \
 | 
			
		||||
	" or extension libraries.\n" \
 | 
			
		||||
	"Bug reports are welcome.\n" \
 | 
			
		||||
	""
 | 
			
		||||
#if defined __APPLE__
 | 
			
		||||
	"Don't forget to include the above Crash Report log file.\n"
 | 
			
		||||
#endif
 | 
			
		||||
	"For details: http://www.ruby-lang.org/bugreport.html\n\n" \
 | 
			
		||||
    ;
 | 
			
		||||
 | 
			
		||||
static const char *
 | 
			
		||||
rb_strerrno(int err)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -527,6 +527,7 @@ class TestRubyOptions < Test::Unit::TestCase
 | 
			
		|||
      \[NOTE\]\n
 | 
			
		||||
      You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
 | 
			
		||||
      Bug\sreports\sare\swelcome.\n
 | 
			
		||||
      (?:.*\n)?
 | 
			
		||||
      For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n
 | 
			
		||||
      \n
 | 
			
		||||
      (?:#{additional})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue