On Tue, Feb 24, 2009 at 3:53 PM, H.J. Lu wrote:
> On Mon, Feb 23, 2009 at 11:46 PM, Jiri Olsa wrote:
>> On Mon, Feb 23, 2009 at 7:48 PM, H.J. Lu wrote:
>>> On Mon, Feb 23, 2009 at 10:39 AM, Jiri Olsa wrote:
On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote:
> On Mon, Feb 23, 2009 at 10:0
On Mon, Feb 23, 2009 at 11:46 PM, Jiri Olsa wrote:
> On Mon, Feb 23, 2009 at 7:48 PM, H.J. Lu wrote:
>> On Mon, Feb 23, 2009 at 10:39 AM, Jiri Olsa wrote:
>>> On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote:
On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote:
> Hi,
>
> my shared
On Mon, Feb 23, 2009 at 7:48 PM, H.J. Lu wrote:
> On Mon, Feb 23, 2009 at 10:39 AM, Jiri Olsa wrote:
>> On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote:
>>> On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote:
Hi,
my shared library crashes with movaps instruction using not aligned m
On Mon, Feb 23, 2009 at 10:39 AM, Jiri Olsa wrote:
> On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote:
>> On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote:
>>> Hi,
>>>
>>> my shared library crashes with movaps instruction using not aligned memory.
>>>
>>> Since the shared library function is bein
On Mon, Feb 23, 2009 at 7:35 PM, H.J. Lu wrote:
> On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote:
>> Hi,
>>
>> my shared library crashes with movaps instruction using not aligned memory.
>>
>> Since the shared library function is being called from dynamic linker, which
>> basically prepares th
On Mon, Feb 23, 2009 at 10:05 AM, Jiri Olsa wrote:
> Hi,
>
> my shared library crashes with movaps instruction using not aligned memory.
>
> Since the shared library function is being called from dynamic linker, which
> basically prepares the memory location, I'm not sure whoose side issues this