bugDotGNU Portable.NET - Bugs: bug #7596, SWF apps sigsegvs (ilrun bug?) if...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

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

Submitter:  Ilyak <Ilyak>
Submitted:  Thu 05 Feb 2004 06:19:25 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 18 Mar 2005 03:58:01 PM UTC, comment #5: 

Unable to reproduce bug using current CVS build.  No further updates in the past 30 days.  Closing report.

Deryk Robosson <drobosson>
Group Member
Fri 18 Feb 2005 07:56:22 AM UTC, comment #4: 

Bug no longer valid while using the following command from CVS build:

LANG=funkymonkey ilrun FormsTest.exe

Can someone else please verify the expected operation other other *nix variants to see if this has been resolved and just forgotten about?

Deryk Robosson <drobosson>
Group Member
Mon 07 Jun 2004 02:27:33 PM UTC, comment #3: 

This crashes inside Font . (XsharpSupport.c:758 segfaults)

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


Gopal.V <t3rmin4t0r>
Group administrator
Wed 19 May 2004 07:44:21 PM UTC, comment #2: 

"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.

Ilyak <Ilyak>
Tue 18 May 2004 02:44:41 AM UTC, comment #1: 

Try the latest CVS snapshot and let me know if it still does it.

Thanks :)

Thong Nguyen <tum>
Group Member
Thu 05 Feb 2004 06:19:25 PM UTC, 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.

Ilyak <Ilyak>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-18 drobosson StatusNone Works For Me
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code