Re: Segmentation fault in the Clone view

2009-04-07 Thread Slavko
On Monday 06 April 2009 22:57:17 Hans Breuer wrote: > reproduceable also on win32, reported as > http://mail.gnome.org/archives/dia-list/2009-April/msg00019.html > and soon to be fixed. yes, i can to confirm, The problem is fixed in svn 4371. -- S pozdravom Slavko signature.asc Description: T

Re: Segmentation fault in the Clone view

2009-04-06 Thread Hans Breuer
At 05.04.2009 22:26, Slavko wrote: i have svn 4366 version of the Dia. I am using integrated GUI. When I do "Clone View" of the diagram (blank or not blank) and then close one of the Dialog window, Dia crashed with message Segmentation fault > [...] > (Debian testing amd64, custom builded d

Re: segmentation fault on Mac OS X

2007-10-21 Thread Lars Clausen
On Sat, 2007-10-20 at 20:51 +0200, Emmanuel Di Pretoro wrote: > Hello, > > > I've successfully compiled dia on my PowerBook. Unfortunately, when I > try to execute dia, I received a 'Segmentation fault'. > > > So I've tried to debug the application with gdb. Here the log : [...] > > (gdb) bt

Re: segmentation fault :-(

2002-06-03 Thread Jan Keirse
On Mon, 3 Jun 2002, Adrien Beau wrote: > On Monday 03 June 2002 09:01 PDT, Jan Keirse wrote: > > > > Hy, the patch works, but only partly: as long as I use > > courier as font, it is ok, but if I use another font (eg > > helvetica), it will continue to use courier. > > I get an error message Warn

Re: segmentation fault :-(

2002-06-03 Thread Adrien Beau
On Monday 03 June 2002 09:01 PDT, Jan Keirse wrote: > > Hy, the patch works, but only partly: as long as I use > courier as font, it is ok, but if I use another font (eg > helvetica), it will continue to use courier. > I get an error message Warning no X font for Helvetica found, > using -*-courie

Re: segmentation fault :-(

2002-06-03 Thread Cyrille Chepelov
Le Mon, Jun 03, 2002, à 06:01:51PM +0200, Jan Keirse a écrit: > Hy, the patch works, but only partly: as long as I use courier as font, it > is ok, but if I use another font (eg helvetica), it will continue to use > courier. This is already good news. > I get an error message Warning no X font

Re: segmentation fault :-(

2002-06-03 Thread Jan Keirse
On Sun, 2 Jun 2002, Cyrille Chepelov wrote: > Le Sun, Jun 02, 2002, à 08:32:04PM +0200, Cyrille Chepelov a écrit: > > I'm committing the patch which is appended here (font.diff) > > Here's the patch. Hy, the patch works, but only partly: as long as I use courier as font, it is ok, but if I use a

Re: segmentation fault :-(

2002-06-02 Thread Steffen Macke
> ../lib/libdia.a(font.o): In function `dia_add_freetype_font': > /home/jan/dia-0.90/lib/font.c:901: undefined reference to > `FT_Get_Postscript_Name' I had the same problem - upgrade to a newer version of freetype and you should be fine. Steffen ___ D

Re: segmentation fault :-(

2002-06-02 Thread Cyrille Chepelov
Le Sun, Jun 02, 2002, à 08:32:04PM +0200, Cyrille Chepelov a écrit: > I'm committing the patch which is appended here (font.diff) Here's the patch. -- Cyrille -- Grumpf. ? autom4te.cache ? app/sheets_dialog_callbacks.c.no ? lib/font.E ? lib/stCFJvM7 ? lib/styJrClm ? lib/text.c.heldo

Re: segmentation fault :-(

2002-06-02 Thread Cyrille Chepelov
Le Sun, Jun 02, 2002, à 06:23:54PM +0200, Jan Keirse a écrit: > > > Program received signal SIGSEGV, Segmentation fault. > > > init_x11_font (font=0x81236c0) at font.c:534 > > > 534 height = (real)gdk_font->ascent + gdk_font->descent; > > > > Yep, almost. A deeper stack trace would have be

Re: segmentation fault :-(

2002-06-02 Thread Jan Keirse
On Sun, 2 Jun 2002, Cyrille Chepelov wrote: > Le Sun, Jun 02, 2002, à 03:53:23PM +0200, Jan Keirse a écrit: > > > > OK. What platform, what distribution, what libraries? > > AMD Duron 650, SuSE linux 7.3 Pro, what libraries do you mean? I have gtk > > 1.2.10 (and 2.0 > > All libraries which dia d

Re: segmentation fault :-(

2002-06-02 Thread Cyrille Chepelov
Le Sun, Jun 02, 2002, à 03:53:23PM +0200, Jan Keirse a écrit: > > OK. What platform, what distribution, what libraries? > AMD Duron 650, SuSE linux 7.3 Pro, what libraries do you mean? I have gtk > 1.2.10 (and 2.0 All libraries which dia depends on (typically, list all packages you have installe

Re: segmentation fault :-(

2002-06-02 Thread Jan Keirse
On Sun, 2 Jun 2002, Cyrille Chepelov wrote: > Le Sun, Jun 02, 2002, à 01:11:36PM +0200, Jan Keirse a écrit: > > > I did ./configure - make - su - make install > > I ran dia with dia and ./app/run_dia.sh, the last one gave this output: > > ./app/run_dia.sh: line 8: 26686 Segmentation fault $D

Re: segmentation fault :-(

2002-06-02 Thread Cyrille Chepelov
Le Sun, Jun 02, 2002, à 01:11:36PM +0200, Jan Keirse a écrit: > I did ./configure - make - su - make install > I ran dia with dia and ./app/run_dia.sh, the last one gave this output: > ./app/run_dia.sh: line 8: 26686 Segmentation fault $DEBUGGER > /home/jan/dia-0.90/app/dia $* OK. What plat

Re: segmentation fault :-(

2002-06-02 Thread Jan Keirse
On Sun, 2 Jun 2002, Cyrille Chepelov wrote: > Le Sun, Jun 02, 2002, à 12:43:14PM +0200, Jan Keirse a écrit: > > Hello, > > > > I just compiled the 9.0 version of dia on my linux box. It starts, but > > when I want to insert text, I get Segmentation fault :-( > > How did you start the freshly comp

Re: segmentation fault :-(

2002-06-02 Thread Cyrille Chepelov
Le Sun, Jun 02, 2002, à 12:43:14PM +0200, Jan Keirse a écrit: > Hello, > > I just compiled the 9.0 version of dia on my linux box. It starts, but > when I want to insert text, I get Segmentation fault :-( How did you start the freshly compiled binary? Have you read the INSTALL file ? Have you ru

Re: Segmentation Fault when Objects->Align Vertical->center

2002-04-04 Thread Jingzhao Ou
Hi, The settings of my machine are as below: === gtk+: [jas]$ rpm -qa | grep gtk+ gtk+-1.2.10-11 gtk+-devel-1.2.10-11 === gdk: [jas]$ rpm -qa | grep gdk gdk-pixbuf-gnome-0.11.0-8 gdk-pixbuf-devel-0.14.0-1 gdk-pixbuf

Re: Segmentation Fault when Objects->Align Vertical->center

2002-04-04 Thread Ing . Rafael de Jesús Fernández M .
Hi Jingzhao! could you please send version numbers of gtk* and related stuff? Best, Rafael. On Wednesday, April 3, 2002, at 08:19 PM, Jingzhao Ou wrote: > Hi, > > I have installed the new version of dia, 0.89, on my > RH7.2 after installing libunicode. However, this new > dia always causes e