Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] [tycho-user] please test staged tycho 0.26.0

Hi Tycho team,

I successfully built the Eclipse CDT and the Eclipse EASE projects
with 0.26.0. I did it locally, and ran it on the HIPPs[1].

I ran into one unexpected failure that seems rather unlikely to be
Tycho, but as I have never seen it before I thought I would raise it
here? One of the builds I did failed one time in the JVM on the HIPP,
but rerunning the build did not replicate the problem [2]. The problem
was:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007f87aa7e47d2, pid=27963, tid=140220697728768
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode
linux-amd64 compressed oops)
# Problematic frame:
# C  [libzip.so+0x117d2]  newEntry+0x62


[1] https://git.eclipse.org/r/#/c/78941/ &
https://git.eclipse.org/r/#/c/78942/ &
https://git.eclipse.org/r/#/c/78943/
[2] https://hudson.eclipse.org/ease/job/ease-verify-modules/191/

Thanks!
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 12 August 2016 at 08:33, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
> Tycho milestone release 0.26.0 has been staged. For details of new features and bugfixes, see release notes [1].
> Please help by testing the staged milestone build. To use it, change your tycho version to 0.26.0 and add snippet [2] to your pom.
>
> We plan to promote this release in one week unless major regressions are found.
>
> Regards,
> Tycho team
>
> [1] http://wiki.eclipse.org/Tycho/Release_Notes/0.26
> [2]
> <pluginRepositories>
>  <pluginRepository>
>   <id>tycho-staged</id>
>   <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1038/</url>
>  </pluginRepository>
> </pluginRepositories>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top