PB 5.61 IDE Crash

Post bugs related to the IDE here
collectordave
Addict
Addict
Posts: 1309
Joined: Fri Aug 28, 2015 6:10 pm
Location: Portugal

PB 5.61 IDE Crash

Post by collectordave »

ubuntu linux 16.04.3 PB 5.61

IDE crashes every time I try to run my programme telling me to report this as a bug.

I run pb5.45LTSon the same machine with no bother.

cd
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
collectordave
Addict
Addict
Posts: 1309
Joined: Fri Aug 28, 2015 6:10 pm
Location: Portugal

Re: PB 5.61 IDE Crash

Post by collectordave »

Update

PB5.45LTS also crashes straightaway trying to compile the following programme

Code: Select all

Debug "Hello World"
Any thoughts

Cd
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
collectordave
Addict
Addict
Posts: 1309
Joined: Fri Aug 28, 2015 6:10 pm
Location: Portugal

Re: PB 5.61 IDE Crash

Post by collectordave »

Ok Moving on a little

Reinstalled Linux 16.04.3LTS 32 bit

Reinstalled PB5.45LTS 32 bit

Just to make sure I had not made some mess somewhere so nothing else installed.

All ran Ok compiled small programme no bother. tried my programme and the IDE crashed with this error!
An Error has been detected in the IDE!
Error: Segmentation violation
File : /home/fred/svn/v5.40/Fr34k/PureBasicIDE/Language.pb
Line : 361

IDE build on 08/14/2017 [06:28] by fred
Branch: Revision: 1815
Noticed that I was using a form distorted by Linux as reported here http://www.purebasic.fr/english/viewtop ... 23&t=69375

Started PB again and wanted to check so as the project was loading I selected Project|Close Project and promptly recieved this error
An Error has been detected in the IDE!
Error: Segmentation violation
File : /home/fred/svn/v5.40/Fr34k/PureBasicIDE/SourceParser.pb
Line : 258

IDE build on 08/14/2017 [06:28] by fred
Branch: Revision: 1815
Started again and changed the form so it was readable even with the distortion. Some combogadgets were obscuring text and string gadgets after the auto resize bit reorganised so no gadgets overlapping.

My programme worked better allowing me to select from the combo box but crashed a little later. Sorry did not catch the error this time. Did notice however that database access to an sqlite database was very slow.

Installed PB 5.61 tried again and recieved this error.
An Error has been detected in the IDE!
Error: Segmentation violation

IDE build on 09/12/2017 [08:08] by fred
Branch: v5.60 Revision: 1818
Only one difference in the programmes for the two versions of PB in 5.45 I commented out "useGIFImageDecoder()" as it is not supported.

Hope this helps a little more.

CD
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
Post Reply