Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] sdm problems with fortran

Thanks!

On 01/10/16 02:01, Greg Watson wrote:
> I’ll update the instructions and send a link. There is some debugger documentation here [1] but I don’t know how useful it is. Please feel free to post any questions you have to this list and I’ll do my best to answer them.
>
> I’m fairly sure you can disable the compression, but I’ll have to dig into the code to find out. Most likely it’s some data type that is not supported by the SDM. If you’re not already, I’d start with a very simple Fortran program to see if the debugger even starts.
>
> Regards,
> Greg
>
>> On Sep 30, 2016, at 12:32 AM, Richard Pichler <code@xxxxxxxxxxxxxxxxxx> wrote:
>>
>> Hi all,
>>
>> I wanted to try out PTP for a parallel fortran project but SDM crashed
>> fairly quickly. To debug it I wanted to setup a development environment
>> according to http://wiki.eclipse.org/PTP/environment_setup but the
>> latest entry seems to be for version 8.0.
>>
>> -) Are the any newer instructions, or should I start from those and
>> replace the version numbers/names with the latest ones.
>> -) Is there any SDM specific documentation that would be good to read
>> through before starting to look into my issues.
>>
>> The issues that I found where:
>> -) double free or corruption in sdm
>> -) exception that has been previously "discussed" on the mailing list
>> but I couldn't find a solution there:
>> Exception in thread "Proxy Client Packet Thread"
>> java.lang.ArrayIndexOutOfBoundsException: 3941
>>    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)
>>
>> Best regards,
>> Richard
>> _______________________________________________
>> ptp-dev mailing list
>> ptp-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top