pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: issues with chemtool from 2019Q2



On Wed, Oct 16, 2019 at 12:37:30PM +0000, voidpin wrote:
> Despite this launching the program from gdb with
> 
> (gdb) run
> 
> works and the program is functional.

Does it use some kind of JIT compiler internally?
This sounds like an ASLR issue, check paxctl(8) and maybe do something
like: paxctl +a $binary

If this helps, we can add it to the pkgsrc.

Martin


Home | Main Index | Thread Index | Old Index