dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #7596] SWF apps sigsegvs (ilrun bug?) if i set L


From: Gopal.V
Subject: [Pnet-developers] [bugs #7596] SWF apps sigsegvs (ilrun bug?) if i set LANG=ru_RU.koi8-r
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #7596] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 06/07/2004 at 14:27 (Asia/Calcutta)

------------------ Additional Follow-up Comments ----------------------------
This crashes inside Font . (XsharpSupport.c:758 segfaults)

We need to fallback to LATIN1 if the locale is invalid ?.








/**************************************************************************/
[bugs #7596] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7596>
Project: DotGNU Portable.NET
Submitted by: Ilyak
On: Thu 02/05/2004 at 18:19

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  SWF apps sigsegvs (ilrun bug?) if i set LANG=ru_RU.koi8-r

Original Submission:  I use locale ru_RU.KOI8-R.
If i set LANG to (nonexistant) ru_RU.koi8-r, all SWF apps crash with sigsegv, 
silently.
All console apps (from samples/simple) do work.

I have latest cvs version, of course.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 06/07/2004 at 14:27       By: t3rmin4t0r
This crashes inside Font . (XsharpSupport.c:758 segfaults)

We need to fallback to LATIN1 if the locale is invalid ?.



-------------------------------------------------------
Date: Wed 05/19/2004 at 19:44       By: Ilyak
"Of course!.. No!" (c)

It still segvs. And i know, why :)

open("/usr/X11R6/lib/X11/locale/ru_RU.koi8-r/XI18N_OBJS", O_RDONLY) = -1 ENOENT 
(No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
 - That's strace
(gdb) run XHello.exe
Starting program: /usr/local/bin/ilrun XHello.exe
[Thread debugging using libthread_db enabled]
[New Thread 1073879904 (LWP 4730)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1073879904 (LWP 4730)]
XSharpFontExtentsSet (fontSet=0x0, max_ink_return=0x28, 
max_logical_return=0x28) at XsharpSupport.c:758
758                     *max_ink_return = extents->max_ink_extent;
(gdb) p extents
$1 = (XFontSetExtents *) 0x28
 - that's gdb

So you now have all clues, i hope.


-------------------------------------------------------
Date: Tue 05/18/2004 at 02:44       By: tum
Try the latest CVS snapshot and let me know if it still does it.

Thanks :)












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7596>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]