On 3 December 2013 03:17, Sean P. DeNigris <[email protected]> wrote:

> Hooray! How can I patch to see if it fixes my problem?
>
> just update your inbox. and see my other post :)


>
>
> -------- Original message --------
> From: "Igor Stasenko [via Smalltalk]" <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=4726889&i=0>>
>
> Date: 12/02/2013 8:31 PM (GMT-05:00)
> To: "Sean P. DeNigris" <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=4726889&i=1>>
>
> Subject: Re: NativeBoost String Handling Bug?
>
>
> nevermind, i think i found the cause.
> (system call now is working)
>
>
> On 3 December 2013 02:08, Igor Stasenko <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=4726884&i=0>
> > wrote:
>
>
>>
>>
>> On 3 December 2013 00:32, Sean P. DeNigris <[hidden 
>> email]<http://user/SendEmail.jtp?type=node&node=4726884&i=1>
>> > wrote:
>>
>>> sound really as some bug.. and similar to system() call.
>>> my versions is:
>>>  - it could be that strings are expected to be 16-byte aligned
>>>  - that there's some bug with converting to null-terminated C string
>>>
>>>
>>> Great! It's be nice to get this and system calls working in one shot...
>>> how do we proceed? How do we test? I'm willing to help...
>>>
>>
>> if there some bug, it must be in NBExternalString
>> which responsible for marshalling strings.
>> try to change the alignment for the pointer and see how it goes in
>>
>> reserveStackBytes: numBytesOrBlock andStoreAddrTo: aTemp
>>
>> because right now it aligns the total space to reserve on stack
>> (amount to subtract from SP), but not SP itself
>> alignment should use powers of 2 , of course.
>>
>>  Cheers,
>> Sean
>>
>> ------------------------------
>> View this message in context: Re: NativeBoost String Handling 
>> Bug?<http://forum.world.st/NativeBoost-String-Handling-Bug-tp4726860p4726878.html>
>>
>> Sent from the Pharo Smalltalk Developers mailing list 
>> archive<http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html>at 
>> Nabble.com.
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://forum.world.st/NativeBoost-String-Handling-Bug-tp4726860p4726884.html
>  To unsubscribe from NativeBoost String Handling Bug?, click here.
> NAML<http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>  Cheers,
> Sean
>
> ------------------------------
> View this message in context: Re: NativeBoost String Handling 
> Bug?<http://forum.world.st/NativeBoost-String-Handling-Bug-tp4726860p4726889.html>
> Sent from the Pharo Smalltalk Developers mailing list 
> archive<http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html>at 
> Nabble.com.
>



-- 
Best regards,
Igor Stasenko.

Reply via email to