Bugs item #2983716, was opened at 2010-04-08 08:35
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=409538&aid=2983716&group_id=33921

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: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: cfdev (cfdev)
Assigned to: Nobody/Anonymous (nobody)
Summary: Gerbv 2.4 open layer

Initial Comment:
Hi everybody,

Gerbv 2.4 crash when I try to open an gerber file with name "  " not unicode 
support ?

this tool is very good! ;) ++

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

>Comment By: SourceForge Robot (sf-robot)
Date: 2011-02-07 03:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

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

Comment By: Julian Lamb (thepurlieu)
Date: 2011-01-24 02:51

Message:
Cyril,
   Would you have time to try our latest release (2.5.0) and see if it has
fixed this bug?  It should be using a more recent version of GTK which may
have fixed the problem.  None of us developers can reproduce this bug
(maybe it only occurs on French Windows version?).

Thanks,
Julian

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

Comment By: Julian Lamb (thepurlieu)
Date: 2010-04-09 15:02

Message:
Thanks Cyril,
   I'll try looking into it next week and see if I can track the bug down.
 Cheers--

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

Comment By: cfdev (cfdev)
Date: 2010-04-09 06:48

Message:
Ok I join an file ! when I replace '' to 'e' in namefile it's work
correctly.
It's on windowsXP frensh edition.
I open from menu "File"->"Open Layer(s)", not from command line.

best regard!
cyril

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

Comment By: Julian Lamb (thepurlieu)
Date: 2010-04-08 16:48

Message:
Thanks for the post, Peter.  With this in mind, I guess we also need to
know how this file was opened: was it from the "Open File" dialog inside
gerbv, or was it from the command line?

Cheers--
Julian

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

Comment By: Peter Clifton (petercjclifton)
Date: 2010-04-08 15:59

Message:
Other interesting facts to know...

Linux / *nix / Windows?

If Linux / *nix, what is the encoding your file-system is using? Most
modern systems are UTF-8, but if it is an old file-system, it might be
something else. That can cause issues.

GLib deals in system-encoded names, so if you filesystem is ISO 8859-1, it
can cause problems if gerbv is assuming filenames can be printed as UTF-8.

All GTK things need UTF-8, and you need to use the appropriate filename
conversion routines in GLib. Similarly - althoguh one I'm not so sure how
to fix, is that you should printf translated (or all) strings in the
correct encoding that the terminal is using. Since gerbv is a GUI app, it
will be using UTF-8 internally, but that might not be correct for printf to
a console.

Fortunately though (or is it?), most consoles / filesystems are UTF-8
encoding now-adays, so these bugs are likely to linger without causing any
harm. (Same in geda/gschem, libgeda etc...)


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

Comment By: Julian Lamb (thepurlieu)
Date: 2010-04-08 13:24

Message:
Hello,
   Thanks for the bug report.  Unfortunately, I can't seem to replicate
the crash when I make a test file with "" in the name.  Could you
possibly attach the particular file to this bug report so I can see what is
causing it?  It may be due to something inside the file.
   If the file contains sensitive material, you can also email it to me
directly at thepurl...@gmail.com, if you don't want to make it public.

Thanks,
Julian

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=409538&aid=2983716&group_id=33921

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Gerbv-devel mailing list
Gerbv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to