Re: Bug-Report

2001-03-15 Thread Sebastian Fischmeister


Aaron Trevena wrote:
> assuming one of the developers hasn't already contacted you...
> which version is this and on which platform? 

The latest CVS version. Redhat 7.0 with all bugfix updates.

Btw. the samples in the distributes also have this problem.

Regards,
  -Sebastian

Here is a stack trace after a Ctrl-C.

#0  0x4018b533 in gtk_vruler_draw_ticks () from /usr/lib/libgtk-1.2.so.0
#1  0x401531bb in gtk_ruler_draw_ticks () from /usr/lib/libgtk-1.2.so.0
#2  0x40153754 in gtk_ruler_expose () from /usr/lib/libgtk-1.2.so.0
#3  0x401287fc in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
#4  0x4015b3ad in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#5  0x40159125 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#6  0x40193b59 in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
#7  0x401984d3 in gtk_widget_real_draw () from /usr/lib/libgtk-1.2.so.0
#8  0x401289c8 in gtk_marshal_NONE__POINTER () from /usr/lib/libgtk-1.2.so.0
#9  0x4015b1f1 in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#10 0x40159125 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#11 0x40192419 in gtk_widget_draw () from /usr/lib/libgtk-1.2.so.0
#12 0x401920e1 in gtk_widget_idle_draw () from /usr/lib/libgtk-1.2.so.0
#13 0x80adb1f  in g_idle_dispatch ()
#14 0x80acc73  in g_main_dispatch ()
#15 0x80ad1e1  in g_main_iterate ()
#16 0x80ad35c  in g_main_run ()
#17 0x40127043 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#18 0x8083ecf  in main (argc=-1073744676, argv=0x805a814) at main.c:40




Re: bug report

2001-03-13 Thread Aaron Trevena

On 12 Mar 2001, Sebastian Fischmeister wrote:
>   For some time now, I cannot use "show all" in some diagrams. In the
> attachment there is an example figure. It would be nice, if someone
> fixes this bug...

assuming one of the developers hasn't already contacted you...

which version is this and on which platform? 
 
> Btw. you can get rid of the problem if you delete the y and z
> axis. And the diagram works with a CVS version prior to (about)
> 2001-02-21.

A.




bug report

2001-03-12 Thread Sebastian Fischmeister

Hello.

  For some time now, I cannot use "show all" in some diagrams. In the
attachment there is an example figure. It would be nice, if someone
fixes this bug...


Btw. you can get rid of the problem if you delete the y and z
axis. And the diagram works with a CVS version prior to (about)
2001-02-21.

Best regards,
  -Sebastian


 bug.zip


Bug report

2001-03-11 Thread Enrique Arizón Benito

 When opening multiple displays I noticed the program
crashed in next circumstances:

- A display (XWindow actually) is partialy overlaped
behind another, showing the upper-left corner with the
windows manager minimize/maximize/close buttons.
- We close the partialy overlaped display presing the
windows manager "close window" button in the
upper-left corner.
- The program crashed with an "Segmentation Fault
Signal 11".

 "GDBugging" the program I have solved the problem
modifying the clip_region_clear function in
app/display.c:

  static void
  clip_region_clear(RendererGdk *renderer)
  {
/*NEXT LINE ADDED TO SOLVE BUG*/
+ if(renderer->ddisp->canvas->window == NULL) return;
  if (renderer->clip_region != NULL)
  gdk_region_destroy(renderer->clip_region);
...
...
   }

 It happens that the Windows Manager liberates the
XWindow associated to the canvas when pressing the
close button.

 (Note: I use Sawfish WM)

___
Do You Yahoo!?
Envía mensajes instantáneos y recibe alertas de correo con 
Yahoo! Messenger - http://messenger.yahoo.es




[Bug Report]

2000-04-12 Thread Brice Tsakam-Sotche

Hello,
I had a problem while using the UML 'create a message':
If the message is drawn as a vertical arrow, the text associated
with it cannot be viewed on the left side of the arrow.


   |
   |
Left Side  |Right side
   |
   |
  V

Bye,
Brice




begin:vcard 
n:Tsakam-Sotche;Brice
tel;work:++41(1)454-6694
x-mozilla-html:FALSE
org:WWG / Switching Test Solutions
version:2.1
email;internet:[EMAIL PROTECTED]
title:Communication Systems Eng.
adr;quoted-printable:;;59, St-Jakob Str.=0D=0A;8004 Zürich;;;Switzerland
x-mozilla-cpt:none;1168
fn:Brice Tsakam-Sotche
end:vcard



[Bug Report] Association Arrows

2000-04-07 Thread Volker Moell

Hi, there!

I think I found a bug in Dia v0.84. Here how to reproduce it.

Select the UML section, create two classes and connect them with
an association. Activate in the association property both left
hand and right hand arrow. Place the classes and the association 
exactly in a horizontal way like this:

 ++  +---+
 | Class \|_\| Class |
 |   /| /|   |
 ++  +---+
 ++  +---+
 ++  +---+

The left arrow then always shows in the wron direction. The 
aggregate/composition signs have by the way the same behaviour.

   -volker

-- 
Volker Moell <[EMAIL PROTECTED]> (Products & Developement)
* ID-PRO Deutschland GmbH * Am Hofgarten 20 * D-53113 Bonn
* Tel. +49 (0) 2 28-4 21 54-40 * Fax -29
* http://open-for-the-better.com




bug report - printing to png

2000-03-28 Thread Ariel Tankus

   I hope it is the correct mailing list to send bug reports about dia.
My apologies if it isn't.

software: dia-0.84
system:   red hat 6.0
Compiled from sources (with libxml-1.8.6, if it matters).

The problem occurs when exporting to PNG image format:
If exporting to PNG while the text cursor is active
(i.e, immediately after entering text, before quitting the
text edit mode) - the text cursor is also exported, and
appears in the PNG image.

(The workaround is very simple: quit edit mode, then export.
Still, it is a bug...)

   Apart from this minor thing, I'd like to say I like dia very
much.  I can't figure out how I could draw my diagrams without it.
I'm going to use these diagrams in an international conference.


-- Ariel.

P.S.:  Please cc me any answer, as I'm not subscribed on the list.

---
Ariel Tankus
Department of Computer Science
Tel-Aviv University
[EMAIL PROTECTED]




Re: Bug report for DIA-0.84

2000-03-03 Thread James Henstridge

What version of gnome-libs do you have on your system?  If it is not >=
1.0.55, then try upgrading (note that 1.0.10 > 1.0.9 in the version
numbering scheme, so if you have version 1.0.8, you have a very old buggy
version of gnome-libs).

If that is not the problem, could you supply a bit more information?

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Fri, 3 Mar 2000, Renato Golin wrote:

> Hi, i've used dia-0.84 and found a bug that wasn't on KNON_BUGS... i
> don't know exactly what is but when i use 'anti-alias' in the 'view'
> menu and do something else dia crashes. sometimes i don't have to do
> nothing... in fact it works but might let dia unstable...
> 
> what i've tried:
> 
> * put some objects and use 'anti-alias': crashed
> * used 'anti-alias' and resized window: crashed
> * used 'anti-alias', put some objects and remove 'anti-alias': crashed
> 
> that's it... if i could help someway else, please tell me.
> 
> []'s
> Renato
> 



Bug report for DIA-0.84

2000-03-03 Thread Renato Golin

Hi, i've used dia-0.84 and found a bug that wasn't on KNON_BUGS... i
don't know exactly what is but when i use 'anti-alias' in the 'view'
menu and do something else dia crashes. sometimes i don't have to do
nothing... in fact it works but might let dia unstable...

what i've tried:

* put some objects and use 'anti-alias': crashed
* used 'anti-alias' and resized window: crashed
* used 'anti-alias', put some objects and remove 'anti-alias': crashed

that's it... if i could help someway else, please tell me.

[]'s
Renato



Re: Dia Bug Report

1999-12-15 Thread Alexander Larsson

On Wed, 15 Dec 1999, Ing. Stefan Billik wrote:

> Hello, I am VERY happy with dia 0.81
> 
> 1. Select 'Create Arc' tool and move with END point over START point,
>then stop with E at S for a while:
> 
>Floating exception (core dumped)

I don't get a floating point exception, but the handles moved far away.
Something is dividing by zero here

/ Alex




bug-report V

1999-02-17 Thread Sebastian Fischmeister

Hello.

Another bug-report:

howto: saving the files I already mailed...


Program terminated with signal 11, Segmentation fault
#0  0x8062ac8 in text_get_string_copy (text=0x0) at text.c:293
293   for (i=0;inumlines;i++) {
-

gdb-trace:
--

#0  0x8062ac8 in text_get_string_copy (text=0x0) at text.c:293
#1  0x8063666 in data_add_text (attr=0x81208f8, text=0x0) at text.c:765
#2  0x403e2bfe in ?? ()
   from /home/sfischme/source/dia/app/../objects/UML/.libs/libuml_objects.so
#3  0x80544c5 in write_objects (objects=0x807f380, objects_node=0x811f108,
objects_hash=0x810a480, obj_nr=0xb274) at load_save.c:277
#4  0x8054440 in write_objects (objects=0x807e7f8, objects_node=0x810c750,
objects_hash=0x810a480, obj_nr=0xb274) at load_save.c:265
#5  0x80547d0 in diagram_save (dia=0x80b8f30,
filename=0x80ba838 "/home/sfischme/doc/uni/seminar/figs/ms-interaction.dia") at 
load_save.c:406
#6  0x80524ad in file_save_callback (widget=0x0, data=0x0) at commands.c:100
#7  0x4008edc2 in ?? () from /usr/lib/libgtk-1.1.so.13
#8  0x4010a6ed in ?? () from /usr/lib/libgtk-1.1.so.13
#9  0x400ccde8 in ?? () from /usr/lib/libgtk-1.1.so.13
#10 0x400cc223 in ?? () from /usr/lib/libgtk-1.1.so.13
#11 0x400ca191 in ?? () from /usr/lib/libgtk-1.1.so.13
#12 0x40101798 in ?? () from /usr/lib/libgtk-1.1.so.13
#13 0x400a5468 in ?? () from /usr/lib/libgtk-1.1.so.13
#14 0x400a4787 in ?? () from /usr/lib/libgtk-1.1.so.13
#15 0x4010a2b9 in ?? () from /usr/lib/libgtk-1.1.so.13
#16 0x400cc25c in ?? () from /usr/lib/libgtk-1.1.so.13
#17 0x400ca191 in ?? () from /usr/lib/libgtk-1.1.so.13
#18 0x40101648 in ?? () from /usr/lib/libgtk-1.1.so.13
#19 0x4009e112 in ?? () from /usr/lib/libgtk-1.1.so.13
#20 0x4009d298 in ?? () from /usr/lib/libgtk-1.1.so.13
#21 0x4014550b in ?? () from /usr/lib/libgdk-1.1.so.13
#22 0x401752d0 in ?? () from /usr/lib/libglib-1.1.so.13
#23 0x40175751 in ?? () from /usr/lib/libglib-1.1.so.13
#24 0x40175901 in ?? () from /usr/lib/libglib-1.1.so.13
#25 0x4009cdbb in ?? () from /usr/lib/libgtk-1.1.so.13
#26 0x805aa7b in main (argc=2, argv=0xbaa4) at main.c:30



bug-report IV

1999-02-17 Thread Sebastian Fischmeister

Hello.

I hope you are not fed with my reports ;-)

howto:
--

- open file classdiagramm.dia
- open file ms-interaction.dia
crash bum bang !

it works if you do it the other way round...

---
Program received signal SIGSEGV, Segmentation fault.
0x40174365 in g_list_prepend ()
---

gdb-trace:
--

#0  0x40174365 in g_list_prepend ()
#1  0x8064bf2 in object_connect (obj=0x80d15c0, handle=0x80d1628,
connectionpoint=0x80d07c8) at object.c:196
#2  0x8054139 in read_connections (objects=0x807f548, layer_node=0x80ded78,
objects_hash=0x80cc6f8) at load_save.c:126
#3  0x8054390 in diagram_load (
filename=0x80f8778 "/home/sfischme/doc/uni/seminar/figs/ms-interaction.dia") at 
load_save.c:229
#4  0x80522e4 in file_open_dialog_ok_callback (w=0x80b9e98, fs=0x80f86a8)
at commands.c:58
#5  0x4010a6ed in gtk_marshal_NONE__NONE ()
#6  0x400ccde8 in gtk_handlers_run ()
#7  0x400cc223 in gtk_signal_real_emit ()
#8  0x400ca191 in gtk_signal_emit ()
#9  0x4003c198 in gtk_button_clicked ()
#10 0x4003d888 in gtk_real_button_released ()
#11 0x4010a6ed in gtk_marshal_NONE__NONE ()
#12 0x400cc0f3 in gtk_signal_real_emit ()
#13 0x400ca191 in gtk_signal_emit ()
#14 0x4003c0d8 in gtk_button_released ()
#15 0x4003d202 in gtk_button_button_release ()
#16 0x4010a2b9 in gtk_marshal_BOOL__POINTER ()
#17 0x400cc25c in gtk_signal_real_emit ()
#18 0x400ca191 in gtk_signal_emit ()
#19 0x40101648 in gtk_widget_event ()
#20 0x4009e112 in gtk_propagate_event ()
#21 0x4009d298 in gtk_main_do_event ()
#22 0x4014550b in gdk_event_dispatch ()
#23 0x401752d0 in g_main_dispatch ()
#24 0x40175751 in g_main_iterate ()
#25 0x40175901 in g_main_run ()
#26 0x4009cdbb in gtk_main ()
#27 0x805aa7b in main (argc=1, argv=0xbaf4) at main.c:30


 classdiagram.dia
 ms-interaction.dia





bug-report III

1999-02-17 Thread Sebastian Fischmeister

Hello.

howto:

- open a new file
- create a class
- double click it (properties pop up)
- close the properties
- double click it

no more names on the tabbed folders

  -Sebastian



bug-report

1999-02-17 Thread Sebastian Fischmeister

Hello.

how: load the attached file and double click on the active-object
 "master"

Program received signal SIGSEGV, Segmentation fault.
0x403e3077 in fill_in_dialog (dep=0x80bf180) at object.c:569
569 gtk_entry_set_text(prop_dialog->name, "");


gdb-trace:
#0  0x403e3077 in fill_in_dialog (dep=0x80bf180) at object.c:569
#1  0x403e3466 in objet_get_properties (dep=0x80bf180) at object.c:656
#2  0x805b931 in properties_show (dia=0x80b8ec0, obj=0x80bf180)
at properties.c:100
#3  0x805aef6 in modify_double_click (tool=0x809da30, event=0x80d0f3c,
ddisp=0x80dbf08) at modify_tool.c:258
#4  0x8054ba7 in ddisplay_canvas_events (canvas=0x80c2f68, event=0x80d0f3c,
ddisp=0x80dbf08) at disp_callbacks.c:198
#5  0x4010a2b9 in gtk_marshal_BOOL__POINTER ()
#6  0x400ccde8 in gtk_handlers_run ()
#7  0x400cc223 in gtk_signal_real_emit ()
#8  0x400ca191 in gtk_signal_emit ()
#9  0x40101368 in gtk_widget_event ()
#10 0x4009e112 in gtk_propagate_event ()
#11 0x4009d298 in gtk_main_do_event ()
#12 0x4014550b in gdk_event_dispatch ()
#13 0x401752d0 in g_main_dispatch ()
#14 0x40175751 in g_main_iterate ()
#15 0x40175901 in g_main_run ()
#16 0x4009cdbb in gtk_main ()
#17 0x805aa7b in main (argc=2, argv=0xbab4) at main.c:30


gtk+-1.1.13, glib-1.1.13 ...

Yours,
 -Sebastian



bug-report

1999-02-17 Thread Sebastian Fischmeister

Hello.

how: You create a new object (interaction-diagram) and then press
 ctrl-x. If you choose 'Cut' from the menu, then it works.

gdb-trace:

#0  0x40145dff in gdk_string_width ()
#1  0x8063b7c in font_string_width (
string=0x2b1 , font=0x809cc08,
height=0.80004) at font.c:447
#2  0x403e24a1 in objet_update_data (pkg=0x80df918) at object.c:259
#3  0x403e2b62 in objet_copy (pkg=0x80cce30) at object.c:417
#4  0x805ca99 in object_copy_list (list_orig=0x807efd8) at object_ops.c:120
#5  0x8052fa8 in edit_cut_callback (widget=0x0, data=0x0) at commands.c:378
#6  0x4008edc2 in gtk_item_factory_callback_marshal ()
#7  0x4010a6ed in gtk_marshal_NONE__NONE ()
#8  0x400ccde8 in gtk_handlers_run ()
#9  0x400cc223 in gtk_signal_real_emit ()
#10 0x400ca191 in gtk_signal_emit ()
#11 0x40031478 in gtk_accel_group_activate ()
#12 0x4003153d in gtk_accel_groups_activate ()
#13 0x40108e28 in gtk_window_key_press_event ()
#14 0x4010a2b9 in gtk_marshal_BOOL__POINTER ()
#15 0x400cc25c in gtk_signal_real_emit ()
#16 0x400ca191 in gtk_signal_emit ()
#17 0x40101648 in gtk_widget_event ()
#18 0x4009e082 in gtk_propagate_event ()
#19 0x4009d298 in gtk_main_do_event ()
#20 0x4014550b in gdk_event_dispatch ()
#21 0x401752d0 in g_main_dispatch ()
#22 0x40175751 in g_main_iterate ()
#23 0x40175901 in g_main_run ()
#24 0x4009cdbb in gtk_main ()
#25 0x805aa7b in main (argc=1, argv=0xbaf4) at main.c:30


gtk+-1.1.13, glib-1.1.13 ...

Yours,
 -Sebastian



Re: Dia bug report

1999-01-22 Thread Alexander Larsson

On 22 Jan, Lars Clausen wrote:
> 
> Yes, an actual bug report, and a fairly bad one, too.
> 
> Problem:  Dia+WM hangs when zooming too far by dragging
> 
> To reproduce:  Be sure you have an external way of killing Dia (e.g. by
> telnetting in from another box), or be ready to reboot.  This bug grabs
> focus and doesn't let go.
> Start Dia, open a new sheet.  Select the looking-glass icon and start
> zooming by dragging small boxes.  After 3-4 zooms, Dia will hang and keep
> focus.

 I've fixed this in my tree, but the cvs server seems fubared. I'll
 commit it as soon as it works.

 By the way, i run WindowMaker (0.50.2), and it works great in
 situations like these, if i switch desktops with the keyboard the
 pointer is ungrabbed.

/ Alex



Dia bug report

1999-01-22 Thread Lars Clausen


Yes, an actual bug report, and a fairly bad one, too.

Problem:  Dia+WM hangs when zooming too far by dragging

To reproduce:  Be sure you have an external way of killing Dia (e.g. by
telnetting in from another box), or be ready to reboot.  This bug grabs
focus and doesn't let go.
Start Dia, open a new sheet.  Select the looking-glass icon and start
zooming by dragging small boxes.  After 3-4 zooms, Dia will hang and keep
focus.

-Lars

-- 
Lars R. Clausen ([EMAIL PROTECTED])
A *real* smart bomb would call in sick, perhaps move to another country,
changing its name in the process, open a beach bar maybe and live out its
days in safe anonymity.  -- Barry O'Neill in rhod