nanogui: Thread: montavista viewml


[<<] [<] Page 1 of 1 [>] [>>]
Subject: montavista viewml
From: Rahul Dave ####@####.####
Date: 14 Jul 2000 14:37:34 -0000
Message-Id: <200007141441.KAA09842@reno.cis.upenn.edu>

on both X and microwindows
http://www.viewml.com/
uses fltk...
Rahul
Subject: Re: montavista viewml
From: Erik Andersen ####@####.####
Date: 14 Jul 2000 16:04:56 -0000
Message-Id: <20000714100548.A1208@codepoet.org>

On Fri Jul 14, 2000 at 10:41:37AM -0400, Rahul Dave wrote:
> on both X and microwindows
> http://www.viewml.com/
> uses fltk...

lftp ftp.viewml.com:/pub/viewml> cd ScreenShots
cd: Access failed: 550 /pub/viewml/ScreenShots: Permission denied.
lftp ftp.viewml.com:/pub/viewml> ls -l
total 788
drw-r--r--   2 507      ftp          4096 Jul 11 19:54 ScreenShots/
-rw-r--r--   1 root     ftp        798253 Jul 14 12:10 viewml-0.10.tar.gz

 -Erik

--
Erik B. Andersen   Web:    http://www.xmission.com/~andersen/ 
                   email:  ####@####.####
--This message was written using 73% post-consumer electrons--
Subject: Re: montavista viewml
From: "Greg Haerr" ####@####.####
Date: 14 Jul 2000 16:10:02 -0000
Message-Id: <034701bfedae$1e0575f0$f617dbd0@censoft.com>

: lftp ftp.viewml.com:/pub/viewml> cd ScreenShots
: cd: Access failed: 550 /pub/viewml/ScreenShots: Permission denied.

Erik,
    We're working on the screenshots, they're not quite
ready yet.  It's been a mad rush trying to get the site ready....
Thanks for the errmsg, I just found it myself.

Regards,

Greg


Subject: Re: montavista viewml
From: "richard offer" ####@####.####
Date: 14 Jul 2000 16:17:19 -0000
Message-Id: <1000714091734.ZM15520@sgi.com>

* $ from ####@####.#### at "14-Jul:10:05am" | sed "1,$s/^/* /"
*
*
* On Fri Jul 14, 2000 at 10:41:37AM -0400, Rahul Dave wrote:
* > on both X and microwindows
* > http://www.viewml.com/
* > uses fltk...
*
* lftp ftp.viewml.com:/pub/viewml> cd ScreenShots
* cd: Access failed: 550 /pub/viewml/ScreenShots: Permission denied.
* lftp ftp.viewml.com:/pub/viewml> ls -l
* total 788
* drw-r--r--   2 507      ftp          4096 Jul 11 19:54 ScreenShots/
* -rw-r--r--   1 root     ftp        798253 Jul 14 12:10 viewml-0.10.tar.gz
*
*  -Erik

It dumps during startup (RH 6.2 / X)

[ offer@fey ] ./viewml
Connecting to 1slotUpdate()
Connecting to 1slotAutoScrollY()
Segmentation fault (core dumped)
[ offer@fey ] gdb viewml
GNU gdb 19991004
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /home/offer/playdir/viewml-0.10/src/viewml
Connecting to 1slotUpdate()
Connecting to 1slotAutoScrollY()
[New Thread 2127 (manager thread)]
[New Thread 2126 (initial thread)]
[New Thread 2128]
[Switching to Thread 2128]

Program received signal SIGUSR1, User defined signal 1.
0x40150d41 in __kill () from /lib/libc.so.6
Current language:  auto; currently c
(gdb) where
#0  0x40150d41 in __kill () from /lib/libc.so.6
#1  0x400c7217 in raise (sig=10) at signals.c:65
#2  0x809a421 in QObject::runthread (p=0x8115458) at fltk/qobject.cpp:75
#3  0x400c4b85 in pthread_start_thread (arg=0xbf7ffe40) at manager.c:241
(gdb)



richard.


-----------------------------------------------------------------------
Richard Offer           Widget FAQ --> http://reality.sgi.com/widgetFAQ
MTS-Core Design (Motif)
___________________________________________http://reality.sgi.com/offer

Subject: Re: montavista viewml
From: Erik Andersen ####@####.####
Date: 14 Jul 2000 16:22:54 -0000
Message-Id: <20000714102402.B1208@codepoet.org>

On Fri Jul 14, 2000 at 10:11:06AM -0600, Greg Haerr wrote:
> : lftp ftp.viewml.com:/pub/viewml> cd ScreenShots
> : cd: Access failed: 550 /pub/viewml/ScreenShots: Permission denied.
> 
> Erik,
>     We're working on the screenshots, they're not quite
> ready yet.  It's been a mad rush trying to get the site ready....
> Thanks for the errmsg, I just found it myself.

Cool, no problem.  Just thought I'd let you know in case you didn't.

 -Erik

--
Erik B. Andersen   Web:    http://www.xmission.com/~andersen/ 
                   email:  ####@####.####
--This message was written using 73% post-consumer electrons--
Subject: Re: montavista viewml
From: Alan Cox ####@####.####
Date: 14 Jul 2000 19:17:19 -0000
Message-Id: <E13DAuN-0006h4-00@the-village.bc.nu>

> on both X and microwindows
> http://www.viewml.com/
> uses fltk...

Interesting

How much of the footprint is the C++ library ?


Subject: Re: montavista viewml
From: "Greg Haerr" ####@####.####
Date: 14 Jul 2000 19:39:10 -0000
Message-Id: <04a101bfedcb$3a4ca9f0$f617dbd0@censoft.com>

: > on both X and microwindows
: > http://www.viewml.com/
: > uses fltk...
: 
: Interesting
: 
: How much of the footprint is the C++ library ?

If you mean FLTK, the C++ widget library, it adds about 80k.

If you mean the STL, it adds about 95-110k.  It's a bit hard
to tell, this info comes from the difference in size between dynamic
and statically linked versions.

Regards,

Greg

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.