SourceForge.net | 2 Jan 2009 23:20
Picon
Favicon

[ xdvi-Bugs-1837274 ] anchor bug?

Bugs item #1837274, was opened at 2007-11-23 20:13
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=1837274&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: anchor bug?

Initial Comment:
Hi,
I was viewing a dvi document with quite a few images and then selecting the zoom option on the page with the
images and then xdvi stopped working. This is the output:
************************************************************
XDvi 22.84.9 (Xaw toolkit): Failed assertion:
hypertex.c:1096: "info->curr_cnt > 0": hdvips_add_anchor must be called after add_anchor()!
Aborting now. Please report this as a bug to:
http://sourceforge.net/tracker/?group_id=23164&atid=377580
If a core dump has been produced, please invoke:
gdb xdvi-xaw3d.bin core
Then type "bt", and include the resulting output in your bug report.
(Continue reading)

SourceForge.net | 23 Jan 2009 10:19
Picon
Favicon

[ xdvi-Feature Requests-2530700 ] write errors to stderr

Feature Requests item #2530700, was opened at 2009-01-23 09:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377583&aid=2530700&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Usability Improvement 3 (med.)
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: write errors to stderr

Initial Comment:
xdvik (tested 22.84.10) should always write errors,
warnings and other messages to stderr, not to stdout:

$ xdvi -watchfile 0.1 compatibility.dvi 2>/dev/null
xdvi: File corrupted (will try to reload) ...
xdvi: File reloaded.

is unexpected.

--
gejza.jenca <at> stuba.sk

(Continue reading)

SourceForge.net | 24 Jan 2009 09:55
Picon
Favicon

[ xdvi-Feature Requests-2530700 ] write errors to stderr

Feature Requests item #2530700, was opened at 2009-01-23 10:19
Message generated for change (Comment added) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377583&aid=2530700&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Usability Improvement 3 (med.)
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: write errors to stderr

Initial Comment:
xdvik (tested 22.84.10) should always write errors,
warnings and other messages to stderr, not to stdout:

$ xdvi -watchfile 0.1 compatibility.dvi 2>/dev/null
xdvi: File corrupted (will try to reload) ...
xdvi: File reloaded.

is unexpected.

--
gejza.jenca <at> stuba.sk

(Continue reading)

SourceForge.net | 28 Jan 2009 14:00
Picon
Favicon

[ xdvi-Bugs-2542973 ] invalid pointer freed in fontmap.c

Bugs item #2542973, was opened at 2009-01-28 14:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2542973&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fulvio ciriaco (fulviociriaco)
Assigned to: Nobody/Anonymous (nobody)
Summary: invalid pointer freed in fontmap.c

Initial Comment:
in fontmap.c at line 140
free (l);
can free a pointer invalidated by modifications
after assigning from malloc; and it does in my case.
should be: 
free (orig_l);

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2542973&group_id=23164
(Continue reading)

SourceForge.net | 28 Jan 2009 20:02
Picon
Favicon

[ xdvi-Bugs-2542973 ] invalid pointer freed in fontmap.c

Bugs item #2542973, was opened at 2009-01-28 14:00
Message generated for change (Comment added) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2542973&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
>Group: incorrect behaviour
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: fulvio ciriaco (fulviociriaco)
>Assigned to: Stefan Ulrich (stefanulrich)
Summary: invalid pointer freed in fontmap.c

Initial Comment:
in fontmap.c at line 140
free (l);
can free a pointer invalidated by modifications
after assigning from malloc; and it does in my case.
should be: 
free (orig_l);

----------------------------------------------------------------------

>Comment By: Stefan Ulrich (stefanulrich)
Date: 2009-01-28 20:02
(Continue reading)

SourceForge.net | 28 Jan 2009 21:05
Picon
Favicon

[ xdvi-Bugs-2542973 ] invalid pointer freed in fontmap.c

Bugs item #2542973, was opened at 2009-01-28 14:00
Message generated for change (Comment added) made by fulviociriaco
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2542973&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: incorrect behaviour
Status: Pending
Resolution: Fixed
Priority: 5
Private: No
Submitted By: fulvio ciriaco (fulviociriaco)
Assigned to: Stefan Ulrich (stefanulrich)
Summary: invalid pointer freed in fontmap.c

Initial Comment:
in fontmap.c at line 140
free (l);
can free a pointer invalidated by modifications
after assigning from malloc; and it does in my case.
should be: 
free (orig_l);

----------------------------------------------------------------------

Comment By: fulvio ciriaco (fulviociriaco)
Date: 2009-01-28 21:05
(Continue reading)

SourceForge.net | 28 Jan 2009 21:44
Picon
Favicon

[ xdvi-Bugs-2542973 ] invalid pointer freed in fontmap.c

Bugs item #2542973, was opened at 2009-01-28 14:00
Message generated for change (Comment added) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2542973&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: incorrect behaviour
Status: Pending
Resolution: Fixed
Priority: 5
Private: No
Submitted By: fulvio ciriaco (fulviociriaco)
Assigned to: Stefan Ulrich (stefanulrich)
Summary: invalid pointer freed in fontmap.c

Initial Comment:
in fontmap.c at line 140
free (l);
can free a pointer invalidated by modifications
after assigning from malloc; and it does in my case.
should be: 
free (orig_l);

----------------------------------------------------------------------

>Comment By: Stefan Ulrich (stefanulrich)
Date: 2009-01-28 21:44
(Continue reading)

Thomas Hernandez | 25 Jan 2009 01:48
Picon

[SPAM] Derecho Humanos Solicitors


Dear,

My name is Barrister Mr. Thomas Hernandez.

I am writing to notify you of the unclaimed inheritance deposit of my
Late
client, Mr. Kamochkin Sergey, who passed to the Great beyond on
Tuesday,
August 24, 2004 in the Siberia Airlines Tu-154 Crash.

You should browse through the link below to view more information
about
the Passengers and the incident:
http://www.rumormillnews.com/cgi-bin/archive.cgi?read=54591 ).

I got your contact address through a web search engine in my quest to
get
a reliable party who shall work with me to claim a deposit made by my
Deceased client with a financial institution in Spain, since all my
efforts to get the biological relative has proved abortive.

Please revert back to me urgently with your telephone and fax numbers
for
more information on the amount of inheritance, procedure and legality
of
this claim via this email address.

Thanks.

(Continue reading)

SourceForge.net | 30 Jan 2009 11:37
Picon
Favicon

[ xdvi-Bugs-2548651 ] artifacts in xaw/xaw3d widget

Bugs item #2548651, was opened at 2009-01-30 11:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2548651&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: X interface
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fulvio ciriaco (fulviociriaco)
Assigned to: Nobody/Anonymous (nobody)
Summary: artifacts in xaw/xaw3d widget

Initial Comment:
Hallo,
the text finder xaw or xaw3d widget shows artifact after movement, usually black vertical stripes
near the bottom border and even on the window manager handle.
These disappear after asking the window manager to refresh windows.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2548651&group_id=23164

------------------------------------------------------------------------------
(Continue reading)

SourceForge.net | 30 Jan 2009 20:46
Picon
Favicon

[ xdvi-Bugs-2548651 ] artifacts in xaw/xaw3d widget

Bugs item #2548651, was opened at 2009-01-30 11:37
Message generated for change (Comment added) made by stefanulrich
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=377580&aid=2548651&group_id=23164

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: X interface
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fulvio ciriaco (fulviociriaco)
>Assigned to: Stefan Ulrich (stefanulrich)
Summary: artifacts in xaw/xaw3d widget

Initial Comment:
Hallo,
the text finder xaw or xaw3d widget shows artifact after movement, usually black vertical stripes
near the bottom border and even on the window manager handle.
These disappear after asking the window manager to refresh windows.

----------------------------------------------------------------------

>Comment By: Stefan Ulrich (stefanulrich)
Date: 2009-01-30 20:46

Message:
(Continue reading)


Gmane