Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP hangs debugging local job after throwing an exception

I’ve spent some time looking into this, but it’s hard to see what the exact cause could be as it happens while decoding a compressed packet. It could be an error in the decompression algorithm, something like an architectural difference between the client and server side of the debugger, or an old version of the SDM. Does it happen in the same place for the same executable every time? Can you provide a test case that triggers the problem?

Greg 

> On Jun 1, 2015, at 5:07 PM, Michael Buksas <mwbuksas@xxxxxxxxxxxxxxxxxx> wrote:
> 
> Hi everyone,
> 
> I'm using PTP to debug a local OpenMPI job on four processors. I'm using a run configuration which successfuly executes the job in question, but when I run the same configuration in the parallel debugger, it hangs after throwing the following exception:
> 
> Exception in thread "Proxy Client Packet Thread" java.lang.ArrayIndexOutOfBoundsException: 1360
>    at org.eclipse.ptp.proxy.util.compression.huffmancoder.HuffmanCoder.decode(HuffmanCoder.java:416)
>    at org.eclipse.ptp.proxy.util.compression.huffmancoder.HuffmanByteUncompress.apply(HuffmanByteUncompress.java:75)
>    at org.eclipse.ptp.proxy.packet.ProxyPacket.read(ProxyPacket.java:263)
>    at org.eclipse.ptp.proxy.client.AbstractProxyClient.processPacket(AbstractProxyClient.java:264)
>    at org.eclipse.ptp.proxy.client.AbstractProxyClient.access$4(AbstractProxyClient.java:259)
>    at org.eclipse.ptp.proxy.client.AbstractProxyClient$2.run(AbstractProxyClient.java:356)
> 
> Once it hangs, it shows the processes and continuing to run, but I'm not able to control or terminate them.
> 
> I'm using Eclipse for Parallel Application Developers, Version: Luna Service Release 2 (4.4.2)
> Build id: 20150219-0600
> 
> Thanks,
> Mike
> 
> -- 
> Michael Buksas
> Stellar Science, LLC
> mwbuksas@xxxxxxxxxxxxxxxxxx
> www.stellarscience.com
> 
> 
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top