Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unexpected NPE

For the record - turned out to be a JIT issue. Fixed by adding 
-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState 
to the build command.

On Thu, 2012-11-08 at 14:15 +0000, Sievers, Jan wrote:
> there is a non-trivial amount of bash-scripting in log [1],
> it seems you are using a custom-built maven version, outdated jdk 7 version on an emulated ARM platform.
> 
> sorry, but here you are really on your own.
> 
> Jan
> 
> ---
> [1] http://libra.cs.put.poznan.pl/kdaniel/.build-4.2.1-14.fc18.log 
> 
> from the log:
> 
> Apache Maven 3.0.4 (rNON-CANONICAL_2012-10-24_09-27_mockbuild; 2012-10-24 05:27:51-0400)
> Maven home: /usr/share/maven
> Java version: 1.7.0_03-icedtea, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9/jre
> Default locale: en_US, platform encoding: ANSI_X3.4-1968
> OS name: "linux", version: "3.6.3-3.fc18.armv7hl", arch: "arm", family: "unix"
> 
> 
> 
> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Krzysztof Daniel
> Sent: Donnerstag, 8. November 2012 11:47
> To: Tycho user list
> Subject: Re: [tycho-user] Unexpected NPE
> 
> Reproducing the issue requires nearly 20 hours and less than-trivial arm
> emulator setup (to clarify - the issue is reproducible also on an arm
> hardware). But I took the liberty to sysout the resolved state and run
> the build with debug flags:
> 
> http://libra.cs.put.poznan.pl/kdaniel/.build-4.2.1-14.fc18.log
> 
> I think that the most important observation is that the resolved state
> for org.eclipse.pde.api.tools.ee.javase17 is
> Resolved state Resolved OSGi state
> RESOLVED
> org.eclipse.osgi_3.8.1.qualifier : /home/kdaniel/eclipse/R4_platform-aggregator/rt.equinox.framework/bundles/org.eclipse.osgi
> 
> 
> while org.eclipse.pde.api.tools.ee.javase16 state contains much more
> bundles.
> 
> Is there a way to get more info from the P2resolver about why it puts
> only bundle into resolution?
> 
> On Wed, 2012-11-07 at 15:40 +0000, Sievers, Jan wrote:
> > please open a bug with full maven debug log (mvn -X -e -V) attached and steps to reproduce.
> > 
> > if it only happens on ARM, it will be hard to analyse for me to reproduce though.
> > I may be wrong but I doubt many people are using maven on ARM hardware.
> > 
> > Jan
> > 
> 
> 

-- 
Krzysztof Daniel <kdaniel@xxxxxxxxxx>
Red Hat



Back to the top