Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 07:21:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 217635] lang/beignet: crash in get_program_global_data() after 1.3.0 update
Message-ID:  <bug-217635-7141-mBqRGoy526@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217635-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217635-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217635

Rong Yang <rong.r.yang@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rong.r.yang@intel.com

--- Comment #8 from Rong Yang <rong.r.yang@intel.com> ---
>From Segmentation fault's call stack,=20
prog->global_data =3D cl_buffer_alloc_userptr(bufmgr, "program global data"=
, p,
alignedSz, 0);
cl_buffer_alloc_userptr return null, then crash in the next line.
cl_buffer_set_softpin_offset(prog->global_data, (size_t)p);
Does the libdrm's intel_buffer_alloc_userptr work in freebsd? What's the
alignedSz's value?

Anyway, the workaround patch is ok to me, thanks.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217635-7141-mBqRGoy526>