RE: problems when integrate cygwin's bash script into jenkins

2012-10-12 Thread ZHANG Xinchun A
And here is the detailed java exception log.
But I don't know what does it mean.

Br,
Tony Zhang, Tz

GSM Team @ Beijing, China

From: ZHANG Xinchun A
Sent: Friday, October 12, 2012 11:39 AM
To: 'jenkinsci-users@googlegroups.com'
Subject: problems when integrate cygwin's bash script into jenkins


Hello All,

I run into this problem.

I have cygwin and Jenkins installed on my pc. And I have a bash script ci.sh

If I click the mintty.exe from the desktop to start the terminal and run the 
script.

It would run ok. but if I invoke the bash.exe from Jenkins.

The java part in the script always report some fatal error as following, both 
under condition of invoking

Bash.exe with --login -i or not.

I google around and I see some similar reports as my problem but not a solution.



Could anybody provide some information on this?

Thanks a lot

Br,
Tony Zhang, Tz

GSM Team @ Beijing, China





#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7c910a19, pid=6176, tid=7720

#

# JRE version: 6.0_21-b07

# Java VM: Java HotSpot(TM) Client VM (17.0-b17 mixed mode windows-x86 )

# Problematic frame:

# C  [ntdll.dll+0x10a19]

#

# An error report file with more information is saved as:

# E:\cygwin\home\zhiqunwa\workspace33\o\hs_err_pid6176.log

#

# If you would like to submit a bug report, please visit:

#   http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.




hs_err_pid6176.log
Description: hs_err_pid6176.log


problems when integrate cygwin's bash script into jenkins

2012-10-11 Thread ZHANG Xinchun A
Hello All,

I run into this problem.

I have cygwin and Jenkins installed on my pc. And I have a bash script ci.sh

If I click the mintty.exe from the desktop to start the terminal and run the 
script.

It would run ok. but if I invoke the bash.exe from Jenkins.

The java part in the script always report some fatal error as following, both 
under condition of invoking

Bash.exe with --login -i or not.

I google around and I see some similar reports as my problem but not a solution.



Could anybody provide some information on this?

Thanks a lot

Br,
Tony Zhang, Tz

GSM Team @ Beijing, China





#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7c910a19, pid=6176, tid=7720

#

# JRE version: 6.0_21-b07

# Java VM: Java HotSpot(TM) Client VM (17.0-b17 mixed mode windows-x86 )

# Problematic frame:

# C  [ntdll.dll+0x10a19]

#

# An error report file with more information is saved as:

# E:\cygwin\home\zhiqunwa\workspace33\o\hs_err_pid6176.log

#

# If you would like to submit a bug report, please visit:

#   http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.