Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: /view & suse 8.0 - bugs

From: nitsch-lists:netcologne at: 3-Aug-2002 21:40

Am Samstag, 3. August 2002 17:10 schrieb Gabriele Santilli:
> Hi Volker, > > On Saturday, August 3, 2002, 3:23:54 PM, you wrote: > > VN> here when quitting /viewt sometimes crash. > VN> "Ung=FCltiger Maschinenbefehl" ("ilegal instruction"). > VN> its an amd k6. > > There's likely to be some CMOV around (not necessarily > REBOL-related), or any other instruction of that kind. You could > try objdump on REBOL to see if it is in its code or not (or even > try gdb and see where it breaks). If it is some external library, > you could download its source and recompile it for the K6. >
hmm, i get always a Program received signal SIGSEGV, Segmentation fault. 0x081742d4 in ?? () clickig around in desktop and closing. address was 4 times the same. with "objdump -drv/rebol >t.txt" and "less t.txt" i find a fcmovnu %st(1),%st
> VN> also font-sizes are broken, normal font is slightly to large, > VN> and except of 24 nothing gets bigger. > VN> h3 is largert, but h1, h2 smaleler than text. > VN> (checked with beta). > > That's likely to be a XFree font configuration issue. Helvetica > and Times are bitmap fonts in most linux installations; you should > either change the default font View's using or try to install a > scalable version of the font View uses. >
hmm, suse 6.4 /xfree 3.6 (?) had no problems. thought something with xfree 4.2 changed. changing font is worth a try. do you know the name of View's font?
> HTH, > Gabriele.
Thanks Volker