Re: [patch, libgomp] Fix segfault with plugin-hsa

2019-09-11 Thread Martin Jambor
Hi, On Wed, Sep 11 2019, Jakub Jelinek wrote: > On Wed, Sep 11, 2019 at 11:30:17AM +0200, Tobias Burnus wrote: >> when playing around with offloading, I got an hsa initialization error >> (/dev/... lacked write permission) and the library call returned with an >> error status – but hsa_fns.hsa_sta

Re: [patch, libgomp] Fix segfault with plugin-hsa

2019-09-11 Thread Jakub Jelinek
On Wed, Sep 11, 2019 at 11:30:17AM +0200, Tobias Burnus wrote: > when playing around with offloading, I got an hsa initialization error > (/dev/... lacked write permission) and the library call returned with an > error status – but hsa_fns.hsa_status_string_fn didn't set the message to > the string

[patch, libgomp] Fix segfault with plugin-hsa

2019-09-11 Thread Tobias Burnus
Hi all, hi Jakub, when playing around with offloading, I got an hsa initialization error (/dev/... lacked write permission) and the library call returned with an error status – but hsa_fns.hsa_status_string_fn didn't set the message to the string variable. Hence, the string variable was unin