Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-03-03 Thread gambas
Updates: Status: Fixed Comment #16 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 OK! -- Virtu

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-03-02 Thread gambas
Comment #15 on issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 After testing again with r4514, I can no longer reproduce this problem. Please close if you wish. --

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-27 Thread gambas
Comment #14 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 There are a lot of strangeness I will look at. But the crash seems to occur in QGtkStyle, so I think there is a problem

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-27 Thread gambas
Comment #13 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 There are a lot of strangeness I will look at. But the crash seems occur in QGtkStyle, so I think there is a problem in

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-27 Thread gambas
Comment #12 on issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 Sorry, they were stripped when Arch was building the package. Attached. Attachments: valgrind.out 68.7 KB --

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-27 Thread gambas
Comment #11 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 According to your valgrind log, gambas was obviously not compiled with debugging information enabled. Did you really re

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #10 on issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 attached Attachments: valgrind.out 64.1 KB --

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #9 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 What do you get from valgrind? And yes, 'make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"' compiles without optimization (-O0) an

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #8 on issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] gb.qt4: warning: unable to load Qt

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #7 on issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 To compile without optimization do I use this? make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" How do I enable debugging informati

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #6 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 Moreover, according to valgrind, there are big problems in the widget style you use, but I don't know if that is the cau

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #5 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 Please can you do that again, but by compiling gambas with no optimization and debugging information enabled?

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-26 Thread gambas
Comment #4 on issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 Here it is. GNU gdb (GDB) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or la

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-15 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #2 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 (No comment was entered for this change.)

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-11 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-3.0.0 Comment #1 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 I don't have a segfault. Just a warning printed

[Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-10 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 188 by zachsmit...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 1) Describe the p