Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] ptp exception

Hi Jamil,

What path are you specifying for the 'Path to SDM executable' on the Debugger tab in the launch configuration?

Regards,
Greg
 
On Aug 16, 2012, at 8:01 AM, Jamil Appa wrote:


 Hi 

    I am trying to debug a parallel application and the debugger is hanging after this message is issued to the console.

    System details: Scientific Linux 6.2/gdb 7.4/Juno/ptp 6.0.1.2012.06.292032/ptp-proxy-6.0.1

    Is there anything I can try to diagnose the problem?

 Thanks

 Jamil


================= TIME RESUME: 1345117714724
**** Msg: AbstractEventManager - notifyEventRequest(): Request: List stack frames request in status [DONE] for {}.
Msg: NotifyJob - size of runnables: 10
================= TIME ALL SUSPENDED: 53
Msg: EventRequestManager - addEventRequest(): Request: Resume request in status [UNKNOWN] for {0}.
**** Msg: AbstractEventManager - registerEventRequest(): Request: Resume request in status [RUNNING] for {0}.
Msg: NotifyJob - size of runnables: 8
**** Msg: AbstractEventManager - notifyEventRequest(): Request: Resume request in status [DONE] for {}.
================= TIME RESUME: 1345117726685
Msg: NotifyJob - size of runnables: 6
Msg: NotifyJob - size of runnables: 6
Exception in thread "Proxy Client Packet Thread" java.lang.ArrayIndexOutOfBoundsException: 681
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:260)
at org.eclipse.ptp.proxy.client.AbstractProxyClient.processPacket(AbstractProxyClient.java:260)
at org.eclipse.ptp.proxy.client.AbstractProxyClient.access$4(AbstractProxyClient.java:255)
at org.eclipse.ptp.proxy.client.AbstractProxyClient$2.run(AbstractProxyClient.java:352)


--
Jamil Appa | Co-Founder and Director | Zenotech 
+447747606788View Jamil Appa's LinkedIn profile 
jamil.appa@xxxxxxxxxxxx
Zenotech
Zenotech Ltd | University Gate East | Park Row | Bristol | BS1 5UB
Registered Address: 1 Larkfield Grove | Chepstow | Monmouthshire | NP16 5UF | UK
Registered in England & Wales No: 7926926 VAT No: 128198591

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top