Re: [Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10

2017-03-05 Thread reyalp
I know this is a late reply, but FWIW I verified that that IUP 3.21 resolves the dropdown segfault under ubuntu 16.10 for my application. Thanks again! On Thu, Jan 5, 2017 at 9:47 AM, Antonio Scuri wrote: > Hi, > > Just fixed and commited to SVN: > > Fixed: crash at IupList in GTK 3.20 when D

Re: [Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10

2017-01-05 Thread Antonio Scuri
Hi, Just fixed and commited to SVN: Fixed: crash at IupList in GTK 3.20 when DROPDOWN=Yes and EDITBOX=NO. But in that case keyboard, focus and enter/leave window callbacks stopped working. GTK changed how things are done for the control and those callbacks are not working anymore. There is

Re: [Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10

2017-01-03 Thread reyalp
On Ubuntu 16.10, libgtk-3-0 is 3.20.9. I agree GTK version seems likely to be the cause. 16.04 is an LTS release, so you have to change some setting to update to 16.10, described on https://wiki.ubuntu.com/YakketyYak/ReleaseNotes Thanks for looking into this On Tue, Jan 3, 2017 at 10:12 AM, Ant

Re: [Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10

2017-01-03 Thread Antonio Scuri
Hi, I only have Ubuntu 16.04 installed. But I think the problem should be with the GTK version. It is using GTK 3.18 and as you mention it is working. I installed all updates and it is still working. It used to be simple to update to .10 version but I'm missing the path... Can you check whi

Re: [Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10

2016-12-26 Thread Antonio Scuri
ok. I'll take a look and get back to you in a few days. Best, Scuri On Mon, Dec 26, 2016 at 6:15 PM, reyalp wrote: > Hi, > > A user of an Lua IUP application I maintain (chdkptp) reported crashes > on several recent Linux distros, including ubuntu 16.10, Fedora 25 and > Manjaro. > > The cras

[Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10

2016-12-26 Thread reyalp
Hi, A user of an Lua IUP application I maintain (chdkptp) reported crashes on several recent Linux distros, including ubuntu 16.10, Fedora 25 and Manjaro. The crash appears to be triggered when a iup.list with dropdown set is mapped, and can be reproduced using just the list.lua example included