This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin bughunt (snapshot)


In the meanwhile, does anybody have any comments to offer regarding
this?  (Besides "stop asking", that is...)

Bash hangs.  Both occurrences have been at the same specific script
line, and both produce similar gdb output.

Script line:
	lffields[$counter]=`echo $lfline|cut -d'|' -f$fieldno`

Last executed line - hung script no. 1:
	+++ cut '-d|' -f5

Last executed line - hung script no. 2:
	+++ cut '-d|' -f1

Backtrace, dumped process 1:
	#0  0x77f8a1eb in ntdll!ZwSetInformationThread ()
	#1  0x7c4fb5bf in SetThreadPriority ()
	#2  0x610035c6 in getprogname ()
	#3  0x6105ad27 in cygwin_split_path ()
	#4  0x61019478 in cygwin_internal ()
	#5  0x6107bc25 in getppid ()
	#6  0x6107ba4d in getppid ()
	#7  0x610723ff in cygwin1!aclcheck ()
	#8  0x0042562a in ?? ()
	#9  0x00000005 in ?? ()
	#10 0x0022cf20 in ?? ()
	#11 0x00000080 in ?? ()
	#12 0x610749bb in writev ()

Backtrace, dumped process 2:
	#0  0x77f8a1eb in ntdll!ZwSetInformationThread ()
	#1  0x7c4fb5bf in SetThreadPriority ()
	#2  0x610035c6 in getprogname ()
	#3  0x6105ad27 in cygwin_split_path ()
	#4  0x61019478 in cygwin_internal ()
	#5  0x6107bc25 in getppid ()
	#6  0x6107ba4d in getppid ()
	#7  0x610723ff in cygwin1!aclcheck ()
	#8  0x0042562a in ?? ()
	#9  0x00000005 in ?? ()
	#10 0x0022cf20 in ?? ()
	#11 0x00000080 in ?? ()
	#12 0x610749bb in writev ()


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]