home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 15 Message / 15-Message.zip / UU991030.zip / Ub991029.txt < prev    next >
Text File  |  1999-10-30  |  60KB  |  1,623 lines

  1.  
  2.                    comp.os.os2.beta                 (Usenet)
  3.  
  4.                  Saturday, 23-Oct-1999 to Friday, 29-Oct-1999
  5.  
  6. +----------------------------------------------------------------------------+
  7.  
  8. From: franks@owt.com                                    22-Oct-99 09:23:19
  9.   To: All                                               23-Oct-99 04:42:00
  10. Subj: Re: Java Adobe viewer trouble
  11.  
  12. From: "frank schmittroth" <franks@owt.com>
  13.  
  14. On 22 Oct 1999 02:00:05 -0700, Will Honea wrote:
  15.  
  16. >On Thu, 21 Oct 1999 15:07:18, Charles Meins <meins@ll.mit.edu> wrote:
  17. >
  18. >> I've got the Java Adobe viewer installed, but I can't get it to run 
  19. >> correctly. When I run AcrobatViewer.cmd either on a commandline or 
  20. >> through a program object, an OS/2 window comes up that says:
  21. >
  22. >Yout're one up on me.  When I run jre -cp install.zip install  to 
  23. >install it, it runs a bit then hangs.  Using the verbose option I see 
  24. >it hang just after "[Loaded sun/awt/os2/CharToByteWingDings.class from
  25. >E:\JAVA11\lib\rt.jar]".  FP 12, latest 1.1.8 updates appiled.  Any 
  26. >ideas?
  27. >
  28. >Will Honea <whonea@codenet.net>
  29. --
  30. I used the command line:
  31. java -classpath d:\java11\lib\classes.zip;install.zip;. install
  32.  
  33. "java -classpath" is the JDK version of "jre -cp (I think).
  34.  
  35. Note that I included the classes.zip file in the classpath along
  36. with install.zip as well as the current directory, the trailing ";." .
  37.  
  38. Frank.
  39.  
  40.  
  41. --- WtrGate+ v0.93.p7 sn 165
  42.  * Origin: Usenet: http://extra.newsguy.com (1:109/42)
  43.  
  44. +----------------------------------------------------------------------------+
  45.  
  46. From: lifedata@xxvol.com                                22-Oct-99 16:54:15
  47.   To: All                                               23-Oct-99 04:42:01
  48. Subj: Re: Java Adobe viewer trouble
  49.  
  50. From: lifedata@xxvol.com
  51.  
  52. hunters@thunder.indstate.edu said:
  53.  
  54. >> slow in my life.  Paging from one page to the next in a large
  55. >> document takes 20 or 30 seconds.
  56.  
  57. >Yeah, that's about right... Waaaaay faster than I expected!! :)
  58.  
  59. >Seriously tho, it's really only about 2/3 as slow as the native 3.01 viewer
  60. for
  61. >OS/2. In general, Acrobat has to be the slowest to process program I have
  62. ever
  63. >used on any platform, and I include the C-64 in that statement. ;)
  64.  
  65. In Adobe 3.0 I found that it would turn pages in a second or less.  Thie
  66. Viewer
  67. thing really does take 20 or so seconds to page.  Or, I should say, DID.  I'll
  68. wait for the GA.
  69.  
  70. Jim L
  71. Remove XX from address to Email
  72. Crooks and kooks will get guns regardless of laws.
  73.  
  74.  
  75. --- WtrGate+ v0.93.p7 sn 165
  76.  * Origin: Usenet: bCandid - Powering the world's discussions - http
  77. (1:109/42)
  78.  
  79. +----------------------------------------------------------------------------+
  80.  
  81. From: Brian@webone.com.au                               23-Oct-99 13:57:23
  82.   To: All                                               23-Oct-99 04:42:02
  83. Subj: Re: Java Adobe viewer trouble
  84.  
  85. From: Brian@webone.com.au
  86.  
  87. In <19991022.11111101@G35PC1.llan>, Chuck Meins <meins@ll.mit.edu> writes:
  88. >On 10-21-99, 10:36:50 PM, "frank schmittroth" <franks@owt.com> wrote=20=
  89. >
  90. >>
  91. >> java.exe -classpath d:\Java11\lib\classes.zip;acrobat.jar
  92. >> com/adobe/acrobat/Viewer
  93. >>
  94. >> from the directory with the acrobat.jar file.  Works here with Java=20=
  95. >
  96. >1.1.8.
  97. >> The path to the classes.zip file needs to be changed for your system.=
  98. >
  99. >
  100. >Thanks, Frank.  This works fine.
  101.  Yes Thanks Frank worked for me too. Have included a bit of code
  102. That some might find usefull, naturally change the directory to suite
  103.  
  104. Brian
  105.  
  106. AR.CMD
  107.  
  108. /* REXX */
  109.  
  110. call RxFuncAdd 'SysSleep', 'RexxUtil', 'SysLoadFunc'
  111. dir = 'E:\xfree86\adobeacrobatviewer'
  112. newdir = directory(dir)
  113.  
  114. 'java.exe -classpath c:\Java11\lib\classes.zip;acrobat.jar', /*             
  115. */
  116. 'com/adobe/acrobat/Viewer'
  117.  
  118. --- WtrGate+ v0.93.p7 sn 165
  119.  * Origin: Usenet: Web One Internet http://webone.com.au (1:109/42)
  120.  
  121. +----------------------------------------------------------------------------+
  122.  
  123. From: godfrey@isl.stanford.edu                          23-Oct-99 07:15:17
  124.   To: All                                               23-Oct-99 05:17:27
  125. Subj: Re: Java Adobe viewer trouble
  126.  
  127. From: godfrey@isl.stanford.edu
  128.  
  129. In <JxX2tWiP5BNp-pn2-iQlWWFTu7i81@anon.none.net>, whonea@codenet.net (Will
  130. Honea) writes:
  131. >On Thu, 21 Oct 1999 15:07:18, Charles Meins <meins@ll.mit.edu> wrote:
  132. >
  133. >> I've got the Java Adobe viewer installed, but I can't get it to run 
  134. >> correctly. When I run AcrobatViewer.cmd either on a commandline or 
  135. >> through a program object, an OS/2 window comes up that says:
  136. >
  137. >Yout're one up on me.  When I run jre -cp install.zip install  to 
  138. >install it, it runs a bit then hangs.  Using the verbose option I see 
  139. >it hang just after "[Loaded sun/awt/os2/CharToByteWingDings.class from
  140. >E:\JAVA11\lib\rt.jar]".  FP 12, latest 1.1.8 updates appiled.  Any 
  141. >ideas?
  142. >
  143. Same hang happens for me. WSEB and JDK 1.18+updates. Actually, if
  144. -nojit is not set it gets a few lines farther. Suggestions?
  145.  
  146. --- WtrGate+ v0.93.p7 sn 165
  147.  * Origin: Usenet: ISL, Stanford University (1:109/42)
  148.  
  149. +----------------------------------------------------------------------------+
  150.  
  151. From: godfrey@isl.stanford.edu                          23-Oct-99 07:53:19
  152.   To: All                                               23-Oct-99 05:17:27
  153. Subj: Re: Java Adobe viewer trouble
  154.  
  155. From: godfrey@isl.stanford.edu
  156.  
  157. In <7urnan$o1h$1@nntp.Stanford.EDU>, godfrey@isl.stanford.edu writes:
  158. >In <JxX2tWiP5BNp-pn2-iQlWWFTu7i81@anon.none.net>, whonea@codenet.net (Will
  159. Honea) writes:
  160. >>On Thu, 21 Oct 1999 15:07:18, Charles Meins <meins@ll.mit.edu> wrote:
  161. >>
  162. >>> I've got the Java Adobe viewer installed, but I can't get it to run 
  163. >>> correctly. When I run AcrobatViewer.cmd either on a commandline or 
  164. >>> through a program object, an OS/2 window comes up that says:
  165. >>
  166. >>Yout're one up on me.  When I run jre -cp install.zip install  to 
  167. >>install it, it runs a bit then hangs.  Using the verbose option I see 
  168. >>it hang just after "[Loaded sun/awt/os2/CharToByteWingDings.class from
  169. >>E:\JAVA11\lib\rt.jar]".  FP 12, latest 1.1.8 updates appiled.  Any 
  170. >>ideas?
  171. >>
  172. >Same hang happens for me. WSEB and JDK 1.18+updates. Actually, if
  173. >-nojit is not set it gets a few lines farther. Suggestions?
  174. >
  175. If I may answer my own post: I tried a few things (in the command window
  176. that I had resized by mode 80,36). Then I tried junning jre -cp install.zip
  177. install in a fresh window -- install ran with no problem, and it is
  178. up and working including print.
  179.  
  180. --- WtrGate+ v0.93.p7 sn 165
  181.  * Origin: Usenet: ISL, Stanford University (1:109/42)
  182.  
  183. +----------------------------------------------------------------------------+
  184.  
  185. From: pajupa@sicom.fi                                   22-Oct-99 07:15:12
  186.   To: All                                               23-Oct-99 14:34:07
  187. Subj: Re: crash in netscape/stack space
  188.  
  189. From: pajupa@sicom.fi (Pasi Partanen)
  190.  
  191. Ariel <arnews@dsgml.com> wrote:
  192.  
  193. >I just got a crash in netscape, the error was insufficient stack space to
  194. >execute the exception in M6432.DLL. Any ideas what it is?
  195.  
  196. Reduce amount of colours to 64K (16-bit). Not anything higher.
  197.  
  198. -- 
  199.  -=-  E-Mail pajupa@sicom.fi   Homepage http://www.sicom.fi/~pajupa  -=-
  200.  
  201. --- WtrGate+ v0.93.p7 sn 165
  202.  * Origin: Usenet: Hackers' Lair BBS (1:109/42)
  203.  
  204. +----------------------------------------------------------------------------+
  205.  
  206. From: tholen@ifa.hawaii.edu                             23-Oct-99 20:11:14
  207.   To: All                                               23-Oct-99 19:54:20
  208. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  209.  
  210. From: tholen@ifa.hawaii.edu
  211.  
  212. Mark Schlegel writes:
  213.  
  214. > The behavior seems to be that if you repeatedly enter some pages then
  215. > go one level down then return to the main page, eventually when you
  216. > come to the main page, Netscape will start filling the swapper.dat
  217. > like crazy.
  218.  
  219. swapper.dat is not managed by Netscape, but rather by the operating
  220. system, so I don't know why you're blaming Netscape for the behavior
  221. you've observed.
  222.  
  223. --- WtrGate+ v0.93.p7 sn 165
  224.  * Origin: Usenet: IFA B111 (1:109/42)
  225.  
  226. +----------------------------------------------------------------------------+
  227.  
  228. From: lsunley@mb.sympatico.ca                           23-Oct-99 20:30:01
  229.   To: All                                               23-Oct-99 19:54:20
  230. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  231.  
  232. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  233.  
  234. On Sat, 23 Oct 1999 20:11:28, tholen@ifa.hawaii.edu wrote:
  235.  
  236. > Mark Schlegel writes:
  237. > > The behavior seems to be that if you repeatedly enter some pages then
  238. > > go one level down then return to the main page, eventually when you
  239. > > come to the main page, Netscape will start filling the swapper.dat
  240. > > like crazy.
  241. > swapper.dat is not managed by Netscape, but rather by the operating
  242. > system, so I don't know why you're blaming Netscape for the behavior
  243. > you've observed.
  244. Probably because an application is able to allocate memory
  245. and never release it. 
  246.  
  247. In order to provide for this "ever increasing" virtual memory
  248. requirement, the OS will allocate more and more space
  249. for the SWAPPER.DAT file.
  250.  
  251. This behaviour (the growth of SWAPPER.DAT) is common
  252. when applications have bugs that allocate memory but never
  253. release it back to the operating system.
  254.  
  255. Lorne Sunley
  256.  
  257.  
  258. --- WtrGate+ v0.93.p7 sn 165
  259.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  260.  
  261. +----------------------------------------------------------------------------+
  262.  
  263. From: thannymeister@spambegone.yahoo.com                23-Oct-99 16:34:17
  264.   To: All                                               23-Oct-99 19:54:20
  265. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  266.  
  267. From: "Mike Ruskai" <thannymeister@spambegone.yahoo.com>
  268.  
  269. On 23 Oct 1999 20:11:28 GMT, tholen@ifa.hawaii.edu wrote:
  270.  
  271. >Mark Schlegel writes:
  272. >
  273. >> The behavior seems to be that if you repeatedly enter some pages then
  274. >> go one level down then return to the main page, eventually when you
  275. >> come to the main page, Netscape will start filling the swapper.dat
  276. >> like crazy.
  277. >
  278. >swapper.dat is not managed by Netscape, but rather by the operating
  279. >system, so I don't know why you're blaming Netscape for the behavior
  280. >you've observed.
  281.  
  282. Are you being intentionally daft?  What he's saying is that Netscape is
  283. allocating memory, and not freeing it, which is exactly what a program
  284. that wants to fill up swapper.dat must do.
  285.  
  286. I very much doubt that he's not spent the minimal effort required to make
  287. sure that Netscape is what's leaking memory.
  288.  
  289.  
  290.  
  291.  - Mike
  292.  
  293. Remove 'spambegone' to send e-mail.
  294.  
  295.  
  296. --- WtrGate+ v0.93.p7 sn 165
  297.  * Origin: Usenet: TLF (1:109/42)
  298.  
  299. +----------------------------------------------------------------------------+
  300.  
  301. From: arnews@dsgml.com                                  23-Oct-99 20:04:15
  302.   To: All                                               23-Oct-99 21:23:15
  303. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  304.  
  305. From: Ariel <arnews@dsgml.com>
  306.  
  307. On Sat, 23 Oct 1999, Mark Schlegel wrote:
  308.  
  309. > Netscape will start filling the swapper.dat like crazy.
  310. [snip]
  311. > swapping took my swapper.dat from 40Meg to 141 Meg in just a few
  312. > minutes and I was able to kill netscape by Control+esc and then
  313. > selecting Close.
  314.  
  315. > The only thing unusual with my netscape is that I have Auto loading of
  316. > images turned off
  317.  
  318. I want to confirm that this happens - I notice it only when I have images
  319. turned off, and the page loads a very large number of images - a lot of
  320. them the same image, perhaps some of them in the cache already.
  321.  
  322. This happens also with 4.0x versions, so it's not something new. Turning
  323. on images solves the problem, which is what I did - and then forgot about
  324. it till reminded here.
  325.  
  326. Also, it not a memory leak exactly - netscape will release the memory
  327. eventually. The problem is that it allocates the memory in the first place
  328. - which it should not IMO.
  329.  
  330.     -Ariel
  331.  
  332.  
  333. --- WtrGate+ v0.93.p7 sn 165
  334.  * Origin: Usenet: Shore.Net/Eco Software, Inc; (info@shore.net) (1:109/42)
  335.  
  336. +----------------------------------------------------------------------------+
  337.  
  338. From: arnews@dsgml.com                                  23-Oct-99 20:07:02
  339.   To: All                                               23-Oct-99 21:23:15
  340. Subj: Re: crash in netscape/stack space
  341.  
  342. From: Ariel <arnews@dsgml.com>
  343.  
  344. On Fri, 22 Oct 1999, Pasi Partanen wrote:
  345.  
  346. > Ariel <arnews@dsgml.com> wrote:
  347.  
  348. > >I just got a crash in netscape, the error was insufficient stack space to
  349. > >execute the exception in M6432.DLL. Any ideas what it is?
  350.  
  351. > Reduce amount of colours to 64K (16-bit). Not anything higher.
  352.  
  353. That's what I have it at. Any other ideas maybe?
  354.  
  355.     -Ariel
  356.  
  357. --- WtrGate+ v0.93.p7 sn 165
  358.  * Origin: Usenet: Shore.Net/Eco Software, Inc; (info@shore.net) (1:109/42)
  359.  
  360. +----------------------------------------------------------------------------+
  361.  
  362. From: tholen@ifa.hawaii.edu                             24-Oct-99 08:57:08
  363.   To: All                                               24-Oct-99 10:19:13
  364. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  365.  
  366. From: tholen@ifa.hawaii.edu
  367.  
  368. Mike Ruskai writes:
  369.  
  370. >> Mark Schlegel writes:
  371.  
  372. >>> The behavior seems to be that if you repeatedly enter some pages then
  373. >>> go one level down then return to the main page, eventually when you
  374. >>> come to the main page, Netscape will start filling the swapper.dat
  375. >>> like crazy.
  376.  
  377. >> swapper.dat is not managed by Netscape, but rather by the operating
  378. >> system, so I don't know why you're blaming Netscape for the behavior
  379. >> you've observed.
  380.  
  381. > Are you being intentionally daft?
  382.  
  383. I see you're starting right off with an insult.  Why should I respond
  384. to you any further?
  385.  
  386. --- WtrGate+ v0.93.p7 sn 165
  387.  * Origin: Usenet: IFA B111 (1:109/42)
  388.  
  389. +----------------------------------------------------------------------------+
  390.  
  391. From: tholen@ifa.hawaii.edu                             24-Oct-99 08:56:01
  392.   To: All                                               24-Oct-99 10:19:13
  393. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  394.  
  395. From: tholen@ifa.hawaii.edu
  396.  
  397. Lorne Sunley writes:
  398.  
  399. >> Mark Schlegel writes:
  400.  
  401. >>> The behavior seems to be that if you repeatedly enter some pages then
  402. >>> go one level down then return to the main page, eventually when you
  403. >>> come to the main page, Netscape will start filling the swapper.dat
  404. >>> like crazy.
  405.  
  406. >> swapper.dat is not managed by Netscape, but rather by the operating
  407. >> system, so I don't know why you're blaming Netscape for the behavior
  408. >> you've observed.
  409.  
  410. > Probably because an application is able to allocate memory
  411. > and never release it. 
  412.  
  413. I've not observed that behavior with 4.61, and I frequently enter
  414. pages, then go one level down, then return to the main page.  My
  415. swap file is still at its original size.
  416.  
  417. > In order to provide for this "ever increasing" virtual memory
  418. > requirement, the OS will allocate more and more space
  419. > for the SWAPPER.DAT file.
  420.  
  421. It wouldn't be the first time the operating system didn't shrink
  422. swapper.dat.
  423.  
  424. > This behaviour (the growth of SWAPPER.DAT) is common
  425. > when applications have bugs that allocate memory but never
  426. > release it back to the operating system.
  427.  
  428. It should be easy to test whether Netscape is leaking memory.  Simply
  429. exit Netscape.
  430.  
  431. --- WtrGate+ v0.93.p7 sn 165
  432.  * Origin: Usenet: IFA B111 (1:109/42)
  433.  
  434. +----------------------------------------------------------------------------+
  435.  
  436. From: jhimmel@i-2000.com                                24-Oct-99 15:10:27
  437.   To: All                                               24-Oct-99 14:29:21
  438. Subj: JAVA Adobe Viewer - MAJOR bug?
  439.  
  440. From: jhimmel@i-2000.com (James Himmelman)
  441.  
  442. I installed the viewer, and it launched fine (but SLOW!). I then 
  443. created a program object on my desktop, pointing the the 
  444. AcrobatViewer.CMD file, named the icon "Adobe Acrobat Viewer for 
  445. JAVA", and associated *.PDF in the associations. I then double-clicked
  446. on a PDF file hoping for it to launch the viewer with that PDF loaded,
  447. but it DELETED the PDF file from my hard drive. This is no lie - I 
  448. tried it twice. Anyone else want to try it? Be sure to make a copy of 
  449. the PDF file before you try it! 
  450.  
  451.  
  452.  
  453. [[[ James Himmelman - jhimmel@i-2000.com ]]]
  454.  
  455. --- WtrGate+ v0.93.p7 sn 165
  456.  * Origin: Origin Line 1 Goes Here (1:109/42)
  457.  
  458. +----------------------------------------------------------------------------+
  459.  
  460. From: thannymeister@spambegone.yahoo.com                24-Oct-99 11:57:08
  461.   To: All                                               24-Oct-99 14:29:21
  462. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  463.  
  464. From: "Mike Ruskai" <thannymeister@spambegone.yahoo.com>
  465.  
  466. On 24 Oct 1999 08:57:17 GMT, tholen@ifa.hawaii.edu wrote:
  467.  
  468. >Mike Ruskai writes:
  469. >
  470. >>> Mark Schlegel writes:
  471. >
  472. >>>> The behavior seems to be that if you repeatedly enter some pages then
  473. >>>> go one level down then return to the main page, eventually when you
  474. >>>> come to the main page, Netscape will start filling the swapper.dat
  475. >>>> like crazy.
  476. >
  477. >>> swapper.dat is not managed by Netscape, but rather by the operating
  478. >>> system, so I don't know why you're blaming Netscape for the behavior
  479. >>> you've observed.
  480. >
  481. >> Are you being intentionally daft?
  482. >
  483. >I see you're starting right off with an insult.  Why should I respond
  484. >to you any further?
  485.  
  486. Because you seem to enjoy wasting your time, by posting irrelevant
  487. information in response to a properly-formed question.  If you were really
  488. miffed at what you made into a personal insult, you'd have not responded
  489. at all.
  490.  
  491.  
  492.  
  493.  - Mike
  494.  
  495. Remove 'spambegone' to send e-mail.
  496.  
  497.  
  498. --- WtrGate+ v0.93.p7 sn 165
  499.  * Origin: Usenet: TLF (1:109/42)
  500.  
  501. +----------------------------------------------------------------------------+
  502.  
  503. From: moschleg@erols.com                                24-Oct-99 13:26:28
  504.   To: tholenAntiSpam@ifa.hawaii.edu, th..               24-Oct-99 16:44:17
  505. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  506.  
  507. To: tholenAntiSpam@ifa.hawaii.edu, tholen@ifa.hawaii.edu
  508. From: Mark Schlegel <moschleg@erols.com>
  509.  
  510.  
  511. tholen@ifa.hawaii.edu wrote:
  512.  
  513. > Mark Schlegel writes:
  514. >
  515. > > The behavior seems to be that if you repeatedly enter some pages then
  516. > > go one level down then return to the main page, eventually when you
  517. > > come to the main page, Netscape will start filling the swapper.dat
  518. > > like crazy.
  519. >
  520. > swapper.dat is not managed by Netscape, but rather by the operating
  521. > system, so I don't know why you're blaming Netscape for the behavior
  522. > you've observed.
  523.  
  524. Hmm, could it be because the second I closed Netscape the swapper.dat
  525. shrunk down from 141 Meg to ~60 Meg in just a few minutes?
  526. That seems to point to NS being the culprit, right?
  527.  
  528. Mark
  529.  
  530. --- WtrGate+ v0.93.p7 sn 165
  531.  * Origin: Origin Line 1 Goes Here (1:109/42)
  532.  
  533. +----------------------------------------------------------------------------+
  534.  
  535. From: moschleg@erols.com                                24-Oct-99 13:29:05
  536.   To: All                                               24-Oct-99 16:44:17
  537. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  538.  
  539. From: Mark Schlegel <moschleg@erols.com>
  540.  
  541. tholen@ifa.hawaii.edu wrote:
  542.  
  543. > Lorne Sunley writes:
  544. >
  545. > It should be easy to test whether Netscape is leaking memory.  Simply
  546. > exit Netscape.
  547.  
  548. Yes, I did exit netscape, and the swapper.dat immediately shrank.
  549.  
  550. I've been able to replicate this multiple times on the
  551. computing.net/os2/wwwboard
  552. site
  553.  
  554. Mark
  555.  
  556. --- WtrGate+ v0.93.p7 sn 165
  557.  * Origin: Origin Line 1 Goes Here (1:109/42)
  558.  
  559. +----------------------------------------------------------------------------+
  560.  
  561. From: doug.bissett"at"attglobal.net                     24-Oct-99 20:21:07
  562.   To: All                                               24-Oct-99 19:49:27
  563. Subj: Re: JAVA Adobe Viewer - MAJOR bug?
  564.  
  565. From: doug.bissett"at"attglobal.net (Doug Bissett)
  566.  
  567. On Sun, 24 Oct 1999 15:10:55, jhimmel@i-2000.com (James Himmelman) 
  568. wrote:
  569.  
  570. > I installed the viewer, and it launched fine (but SLOW!). I then 
  571. > created a program object on my desktop, pointing the the 
  572. > AcrobatViewer.CMD file, named the icon "Adobe Acrobat Viewer for 
  573. > JAVA", and associated *.PDF in the associations. I then double-clicked
  574. > on a PDF file hoping for it to launch the viewer with that PDF loaded,
  575. > but it DELETED the PDF file from my hard drive. This is no lie - I 
  576. > tried it twice. Anyone else want to try it? Be sure to make a copy of 
  577. > the PDF file before you try it! 
  578. > [[[ James Himmelman - jhimmel@i-2000.com ]]]
  579.  
  580. I tried dropping a PDF file on the CMD icon. The reader started (very 
  581. slow, as you say), and asked for an input file. I figured that 
  582. dropping on the icon wasn't going to work (that is what I was 
  583. testing), so I just closed the program. Then, I did notice that the 
  584. PDF was gone. I thought that, perhaps, I had missed the icon, but a 
  585. quick search could not find the PDF.
  586.  
  587. Slightly different approach, but pretty much the same results.
  588. ******************************
  589. From the PC of Doug Bissett
  590. doug.bissett at attglobal.net
  591. The " at " must be changed to "@"
  592. ******************************
  593.  
  594. --- WtrGate+ v0.93.p7 sn 165
  595.  * Origin: Usenet: Global Network Services - Remote Access Mail & Ne
  596. (1:109/42)
  597.  
  598. +----------------------------------------------------------------------------+
  599.  
  600. From: pajupa@sicom.fi                                   24-Oct-99 18:42:06
  601.   To: All                                               25-Oct-99 16:44:04
  602. Subj: Re: crash in netscape/stack space
  603.  
  604. From: pajupa@sicom.fi (Pasi Partanen)
  605.  
  606. Ariel <arnews@dsgml.com> wrote:
  607.  
  608. >> >I just got a crash in netscape, the error was insufficient stack space to
  609. >> >execute the exception in M6432.DLL. Any ideas what it is?
  610. >
  611. >> Reduce amount of colours to 64K (16-bit). Not anything higher.
  612. >
  613. >That's what I have it at. Any other ideas maybe?
  614.  
  615. When all else fails, try one or two of these :)
  616. Warning: ROTFL
  617.  
  618.  
  619. Laugh uncontrollably for about 3 minutes & then suddenly stop
  620. and look suspiciously at everyone who looks at you.
  621.  
  622. When your computer is turned off, complain to the monitor on
  623. duty that you can't get the damn thing to work. After he/she's
  624. turned it on, wait 5 minutes,turn it off again, & repeat the
  625. process for a good half hour.
  626.  
  627. Type frantically, often stopping to look at the person next to
  628. you evily.
  629.  
  630. Before anyone else is in the lab, connect each computer to a
  631. different screen than the one it's set up with.
  632.  
  633. Work normally for a while. Suddenly look amazingly startled
  634. by something on the screen and crawl underneath the desk.
  635.  
  636. Make a small ritual sacrifice to the computer before you turn
  637. it on.
  638.  
  639. Bring a chainsaw, but don't use it. If anyone asks why you have
  640. it, say "Just in case..." mysteriously.
  641.  
  642. Enter the lab, undress, and start staring at other people as
  643. if they're crazy while typing.
  644.  
  645. Light candles in a pentagram around your terminal before
  646. starting.
  647.  
  648. Ask around for a spare disk. Offer $2. Keep asking until
  649. someone agrees. Then, pull a disk out of your fly and say,
  650. "Oops, I forgot."
  651.  
  652. Every time you press Return and there is processing time
  653. required, pray "Ohpleaseohpleaseohpleaseohplease," and
  654. scream "YES!" when it finishes.
  655.  
  656. Start making out with the person at the terminal next to you
  657. (It helps if you know them, but this is also a great way to make
  658. new friends).
  659.  
  660. Put a straw in your mouth and put your hands in your pockets.
  661. Type by hitting the keys with the straw.
  662.  
  663. Draw a picture of a woman (or man) on a piece of paper, tape it
  664. to your monitor. Try to seduce it. Act like it hates you and
  665. then complain loudly that women (men) are worthless.
  666.  
  667. Try to stick a Nintendo cartridge into the 3 1/2 disk drive.
  668. When it doesn't work, get the supervisor.
  669.  
  670. When you are on an IBM, and when you turn it on, ask loudly
  671. where the smiling Apple face is.
  672.  
  673. Print out the complete works of Shakespeare, then when its
  674. all done (two days later) say that all you wanted was one line.
  675.  
  676. Sit and stare at the screen, biting your nails noisily. After
  677. doing this for a while, spit them out at the feet of the person
  678. next to you.
  679.  
  680. Stare at the screen, grind your teeth, stop, look at the person
  681. next to you, grinding. Repeat procedure, making sure you never
  682. provoke the person enough to let them blow up, as this releases
  683. tension, and it is far more effective to let them linger.
  684.  
  685. Come to the lab wearing several layers of socks. Remove shoes
  686. and place them of top of the monitor. Remove socks layer by
  687. layer and drape them around the monitor. Exclaim sudden haiku
  688. about the aesthetic beauty of cotton on plastic.
  689.  
  690. Take the keyboard and sit under the computer. Type up your
  691. paper like this. Then go to the lab supervisor and complain
  692. about the bad working conditions.
  693.  
  694. Bring some dry ice & make it look like your computer is smoking.
  695.  
  696. Attempt to eat your computer's mouse.
  697.  
  698. Borrow someone else's keyboard by reaching over, saying "Excuse
  699. me, mind if I borrow this for a sec?", unplugging the keyboard &
  700. taking it.
  701.  
  702. Play Pong for hours on the most powerful computer in the lab.
  703.  
  704. Make a loud noise of hitting the same key over and over again
  705. until you see that your neighbor is noticing (You can hit the
  706. space bar so your fill isn't affected). Then look at your
  707. neighbor's keyboard. Hit his/her delete key several times,
  708. erasing an entire word. While you do this, ask: "Does *your*
  709. delete key work?" Shake your head, and resume hitting the space
  710. bar on your keyboard. Keep doing this until you've deleted
  711. about a page of your neighbor's document. Then, suddenly
  712. exclaim: "Well, whaddya know? I've been hitting the space bar
  713. this whole time. No wonder it wasn't deleting! Ha!" Print out
  714. your document and leave.
  715.  
  716. Remove your disk from the drive and hide it. Go to the lab
  717. monitor and complain that your computer ate your disk. (For
  718. special effects, put some Elmer's Glue on or around the disk
  719. drive. Claim that the computer is drooling.)
  720.  
  721. Stare at the person's next to your's screen, look really
  722. puzzled, burst out laughing, and say "You did that?" loudly.
  723. Keep laughing, grab your stuff and leave, howling as you go.
  724.  
  725. Point at the screen. Chant in a made up language while making
  726. elaborate hand gestures for a minute or two. Press return or the
  727. mouse, then leap back and yell "COVEEEEERRRRRR!" peek up from
  728. under the table, walk back to the computer and say. "Oh, good.
  729. It worked this time," and calmly start to type again.
  730.  
  731. See who's online. Send a total stranger a talk request. Talk to
  732. them like you've known them all your lives. Hangup before they
  733. get a chance to figure out you're a total stranger.
  734.  
  735. Bring an small tape player with a tape of really absurd sound
  736. effects. Pretend it's the computer and look really lost.
  737.  
  738. Run into the computer lab, shout "Armageddon is here!!!!!", then
  739. calmly sit down and begin to type.
  740.  
  741. Quietly walk into the computer lab with a Black and Decker
  742. chainsaw, rev that baby up, and then walk up to the nearest
  743. person and say, "Give me that computer or you'll be feeding my
  744. pet crocodile for the next week".
  745.  
  746.  
  747. -- 
  748.  -=-  E-Mail pajupa@sicom.fi   Homepage http://www.sicom.fi/~pajupa  -=-
  749.  
  750. --- WtrGate+ v0.93.p7 sn 165
  751.  * Origin: Usenet: Hackers' Lair BBS (1:109/42)
  752.  
  753. +----------------------------------------------------------------------------+
  754.  
  755. From: aboritz@cybernex.net                              25-Oct-99 12:45:06
  756.   To: All                                               25-Oct-99 21:17:18
  757. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  758.  
  759. From: aboritz@cybernex.net (Alan Boritz)
  760.  
  761. In article <gunaalzrvfgrelnubbpbz.fk2p5m0.pminews@netnews.worldnet.att.net>,
  762. "Mike Ruskai" <thannymeister@spambegone.yahoo.com> wrote:
  763. >On 23 Oct 1999 20:11:28 GMT, tholen@ifa.hawaii.edu wrote:
  764. >
  765. >>Mark Schlegel writes:
  766. >>
  767. >>> The behavior seems to be that if you repeatedly enter some pages then
  768. >>> go one level down then return to the main page, eventually when you
  769. >>> come to the main page, Netscape will start filling the swapper.dat
  770. >>> like crazy.
  771. >>
  772. >>swapper.dat is not managed by Netscape, but rather by the operating
  773. >>system, so I don't know why you're blaming Netscape for the behavior
  774. >>you've observed.
  775. >
  776. >Are you being intentionally daft?  What he's saying is that Netscape is
  777. >allocating memory, and not freeing it, which is exactly what a program
  778. >that wants to fill up swapper.dat must do.
  779.  
  780. Mr. Tholen is apparently another OS/2 nazi, so, yes, he's being intentionally
  781. daft.
  782.  
  783. >I very much doubt that he's not spent the minimal effort required to make
  784. >sure that Netscape is what's leaking memory.
  785.  
  786. Netscape has a memory leak.  Many such memory leaks have been documented
  787. during different Netscape releases.  I've got the same problem here with the
  788. level 5s (9/99) release, along with (less frequent) desktop freezing.
  789.  
  790. Don't waste your time following up his trolling, since the inevitable
  791. conclusion will be Mr. Tholen turning very abusive and concluding that since
  792. his little OS/2 client system works perfectly, you have to be wrong and that
  793. you're terribly evil for spreading such vicious lies, etc., etc.
  794.  
  795. --- WtrGate+ v0.93.p7 sn 165
  796.  * Origin: Usenet: Dyslexics UNTIE (1:109/42)
  797.  
  798. +----------------------------------------------------------------------------+
  799.  
  800. From: tholenantispam@hawaii.edu                         26-Oct-99 05:05:19
  801.   To: All                                               26-Oct-99 05:14:20
  802. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  803.  
  804. From: tholenantispam@hawaii.edu (Dave Tholen)
  805.  
  806. Mark Schlegel writes:
  807.  
  808. >>>>> The behavior seems to be that if you repeatedly enter some pages then
  809. >>>>> go one level down then return to the main page, eventually when you
  810. >>>>> come to the main page, Netscape will start filling the swapper.dat
  811. >>>>> like crazy.
  812.  
  813. >>>> swapper.dat is not managed by Netscape, but rather by the operating
  814. >>>> system, so I don't know why you're blaming Netscape for the behavior
  815. >>>> you've observed.
  816.  
  817. >>> Hmm, could it be because the second I closed Netscape the swapper.dat
  818. >>> shrunk down from 141 Meg to ~60 Meg in just a few minutes?
  819.  
  820. >> It could be.
  821.  
  822. >>> That seems to point to NS being the culprit, right?
  823.  
  824. >> Why didn't you mention that initially?
  825.  
  826. > It's called an oversight, at the time it was obvious to me that netscape
  827. > was the culprit for the above reason.
  828.  
  829. Might I suggest that you consider Bennie's hypothesis, namely that it
  830. might have to do with Java, rather than Netscape?  That could explain
  831. why the phenomenon appears to be site dependent.
  832.  
  833. --- WtrGate+ v0.93.p7 sn 165
  834.  * Origin: Usenet: IFA B-111 (1:109/42)
  835.  
  836. +----------------------------------------------------------------------------+
  837.  
  838. From: tholenantispam@hawaii.edu                         26-Oct-99 13:56:19
  839.   To: All                                               26-Oct-99 14:37:12
  840. Subj: Re: OT Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  841.  
  842. From: tholenantispam@hawaii.edu (Dave Tholen)
  843.  
  844. Tony Wright writes:
  845.  
  846. > here's a classic DT textbook reply<yawn>, predictably daft,
  847.  
  848. Still behaving like a first class jerk, I see.
  849.  
  850. > Juvenile - agreed.
  851.  
  852. Hope you enjoyed wasting all the time you spent writing.  I
  853. didn't bother to read it.
  854.  
  855. --- WtrGate+ v0.93.p7 sn 165
  856.  * Origin: Usenet: IFA B-111 (1:109/42)
  857.  
  858. +----------------------------------------------------------------------------+
  859.  
  860. From: horseman@ibm.net                                  26-Oct-99 01:09:08
  861.   To: All                                               26-Oct-99 14:37:12
  862. Subj: OT Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  863.  
  864. From: Tony Wright <horseman@ibm.net>
  865.  
  866. Mike to DT>
  867.  
  868. > >>> Are you being intentionally daft?
  869. >
  870. Tony to DT>
  871.  
  872. > > .......and as you're no doubt about to ably demonstrate further, 
  873. > > his was obviously a rhetorical question anyway.....
  874.  
  875. > > So in the unlikely event you can remain on topic and actually post 
  876. > > a competent technical reply in a valid context for once, how does:
  877. > >  ----snipped-----
  878.  
  879. Perfect! ..... (I wish the lottery was that easy to predict<vbg>)...so
  880. here's a classic DT textbook reply<yawn>, predictably daft, no attempt
  881. to remain on topic, no technical content and thus completely true to
  882. character<g>  
  883. Quod errant demonstrandum : 
  884.  
  885. Dave Tholen wrote:
  886.  
  887. > I see you're in the same category.
  888.  
  889. > Obviously not.
  890.  
  891. > Insults will get you nowhere.
  892.  
  893. > Irrelevant.
  894.  
  895. > It's not the first time I've dealt with your insulting behvaior.
  896.  
  897. > How ironic, given that I was engaged in a technical discussion until
  898. > Mike and you came along.  Naturally, you try to place the onus on me.
  899.  
  900. Pardon us, we didn't realise it was your personal and private oratory
  901. platform.......
  902. Can't answer for MR but until then I had naively assumed it was a public
  903. forum and therefore invited technical corrections as well as
  904. contributions by default....    :-(
  905.  
  906. > I have not participated in any other thread on the topic of swapper.dat
  907. > and its interaction with Navigator, Tony.
  908.  
  909. Same topic and main thread but different sub-threads......   but if your
  910. browser does not have that "threading" capability or you don't have the
  911. ability to use it, then I'm sorry for causing you any confusion....<g>.
  912.  
  913. However, you could at least exercise some "social responsibility" by
  914. placing an OT prefix on subject line if you had no intention of making
  915. any technical statement....  
  916. I'm sure the majority seeking genuine technical enlightenment have no
  917. wish to be unintentionally distracted by my verbiage let alone your
  918. banally repetitive drivel......
  919.  
  920. > Then why are you responding to me?  So you can satisfy some juvenile
  921. > need of yours to toss around a barrel of insults?
  922.  
  923. Juvenile - agreed.  However, sometimes in a futile attempt to effect
  924. "communication" one is often tempted to "pitch" at a level commensurate
  925. with the intended recipient.
  926.  
  927. Somewhat selective response on the content though?
  928. Appears you can only relate to a few frivolous insults and fail totally
  929. to either comprehend or are possibly incapable of elaborating on
  930. anything technically orientated.... 
  931.  
  932. I genuinely thought for a moment you might have a valid point cleverly
  933. disguised under your original "irrelevant" statement but you chose not
  934. to seize the opportunity by elaborating... so I obviously over-estimated
  935. both your ability and your knowledge again.   :-(
  936.  
  937. > I have no intention of trying to have a technical discussion with you.
  938.  
  939. Pity - as one or both of us might have learnt something.....    :-(
  940.  
  941. > You obviously can't control that temper of yours.
  942.  
  943. Oh don't flatter yourself! That pre-supposes any post of yours is
  944. received with some emotion other than despair when it starts to
  945. inevitably deviate from the technical topic..... 
  946. If there was even some attempt at wit,editorial flair, eloquence or
  947. originality in your otherwise insipid responses then some other emotion
  948. may indeed be generated even if you couldn't actually promote an
  949. "interest" due to a different or original perspective on a technical
  950. topic.
  951. Just for a fleeting moment it seemed there might have been a hidden
  952. "spark" and (just practising my "firelighter" skills for Nov 5 <vbg>) 
  953. with some further encouragement on the topic of the "swapper/cache", a
  954. resulting "star-burst" revelation from yourself might just have redeemed
  955. some of your "daftness".... <g>
  956.  
  957. Personally there's no "anger" or "uncontrolled rage" required to light
  958. your blue touch paper and launch you into LEO.....  notwithstanding the
  959. fact that most of your retorts are predictably on a par with a damp
  960. squid and just about as technically illuminating ...<g>
  961.  
  962. > You are a first class jerk, do you know that, Tony?
  963. >
  964. Tch tch...not a very imaginative insult(where does that scale relative
  965. to a 3rd rate "dafty" I wonder?<g>) -  but Mike is right, if your
  966. that upset and unable to contribute any technical exchange without
  967. getting hopelessly distracted by a few trivial banalities then further
  968. attempts to promote a technical discourse  are obviously futile.
  969.  
  970. As it therefore appears we're not going to get any technical
  971. enlightenment on the original serious question of memory leakage from
  972. your direction, we are indeed better off not encouraging you further
  973. (until perhaps your next attempted "venture" into "irrelevancy" that
  974. is!).
  975.  
  976. In meantime I trust this "digression" and your demonstratable propensity
  977. to "seed" non technical arguments into every other discussion haven't
  978. "polluted" too many other "sub threads" on this particular topic and
  979. original poster does indeed receive far more appropriate and useful
  980. technical feedback. 
  981. --
  982. Rgds Tony W   Email: horseman@ibm.net
  983. Portsmouth-Hampshire-UK
  984.  
  985. "humanum est errare: To err is human
  986. .... and to fail is to be a Project Manager...
  987. ...but to foul things up completely needs a computer!"
  988.  
  989. --- WtrGate+ v0.93.p7 sn 165
  990.  * Origin: Usenet: Equi-Tek CompCon (1:109/42)
  991.  
  992. +----------------------------------------------------------------------------+
  993.  
  994. From: nospam@iname.com                                  25-Oct-99 23:20:08
  995.   To: All                                               26-Oct-99 14:37:12
  996. Subj: Re: modem
  997.  
  998. From: "Ken Kuttner" <nospam@iname.com>
  999.  
  1000. On 26 Oct 1999 02:36:55 GMT, Richard Schneiderman wrote:
  1001.  
  1002. >what's the best internal modem for v.90 in os/2?
  1003.  
  1004. I just purchased an Actiontec v.90 internal PCI "call waiting" fax modem, and
  1005. it works fine.  The call waiting feature is great.  And it has voice features
  1006. too-- if I could find an OS/2 answering machine that supports the Lucent
  1007. chipset.  (Any ideas?)
  1008.  
  1009. Ken
  1010. -----------------------------------------
  1011. Ken Kuttner
  1012. To reply replace "nospam" with "knk" 
  1013. -----------------------------------------
  1014.  
  1015.  
  1016. --- WtrGate+ v0.93.p7 sn 165
  1017.  * Origin: Usenet: Columbia University (1:109/42)
  1018.  
  1019. +----------------------------------------------------------------------------+
  1020.  
  1021. From: aboritz@cybernex.net                              26-Oct-99 09:48:05
  1022.   To: All                                               26-Oct-99 20:25:02
  1023. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1024.  
  1025. From: aboritz@cybernex.net (Alan Boritz)
  1026.  
  1027. In article <7v3cr2$53v$1@news.hawaii.edu>, tholenantispam@hawaii.edu (Dave
  1028. Tholen) wrote:
  1029. >Mark Schlegel writes:
  1030. >
  1031. >>>>>> The behavior seems to be that if you repeatedly enter some pages then
  1032. >>>>>> go one level down then return to the main page, eventually when you
  1033. >>>>>> come to the main page, Netscape will start filling the swapper.dat
  1034. >>>>>> like crazy.
  1035. >
  1036. >>>>> swapper.dat is not managed by Netscape, but rather by the operating
  1037. >>>>> system, so I don't know why you're blaming Netscape for the behavior
  1038. >>>>> you've observed.
  1039. >
  1040. >>>> Hmm, could it be because the second I closed Netscape the swapper.dat
  1041. >>>> shrunk down from 141 Meg to ~60 Meg in just a few minutes?
  1042. >
  1043. >>> It could be.
  1044. >
  1045. >>>> That seems to point to NS being the culprit, right?
  1046. >
  1047. >>> Why didn't you mention that initially?
  1048. >
  1049. >> It's called an oversight, at the time it was obvious to me that netscape
  1050. >> was the culprit for the above reason.
  1051. >
  1052. >Might I suggest that you consider Bennie's hypothesis, namely that it
  1053. >might have to do with Java, rather than Netscape?  That could explain
  1054. >why the phenomenon appears to be site dependent.
  1055.  
  1056. Not likely.  I run almost always with Java and Javascript disabled and it
  1057. continues here, too.
  1058.  
  1059. --- WtrGate+ v0.93.p7 sn 165
  1060.  * Origin: Usenet: Dyslexics UNTIE (1:109/42)
  1061.  
  1062. +----------------------------------------------------------------------------+
  1063.  
  1064. From: jcmcgar@net.earthlink                             26-Oct-99 22:28:02
  1065.   To: All                                               26-Oct-99 21:24:08
  1066. Subj: Re: modem
  1067.  
  1068. From: jcmcgar@net.earthlink (Chuck McGarigle)
  1069.  
  1070. If you have an init string for that Actiontec modem, I'd like to hear 
  1071. about it. I've had considerable difficulty finding one that works well
  1072. under OS/2.
  1073.  
  1074. Thanks
  1075.  
  1076.  
  1077. Chuck McGarigle
  1078. ><><><><><><><><><
  1079. jcmcgar@net.earthlink (reverse)
  1080.  
  1081. On Tue, 26 Oct 1999 03:20:17, "Ken Kuttner" <nospam@iname.com> wrote:
  1082.  
  1083. > On 26 Oct 1999 02:36:55 GMT, Richard Schneiderman wrote:
  1084. > >what's the best internal modem for v.90 in os/2?
  1085. > I just purchased an Actiontec v.90 internal PCI "call waiting" fax modem,
  1086. and
  1087. > it works fine.  The call waiting feature is great.  And it has voice
  1088. features
  1089. > too-- if I could find an OS/2 answering machine that supports the Lucent
  1090. > chipset.  (Any ideas?)
  1091. > Ken
  1092. > -----------------------------------------
  1093. > Ken Kuttner
  1094. > To reply replace "nospam" with "knk" 
  1095. > -----------------------------------------
  1096.  
  1097.  
  1098. --- WtrGate+ v0.93.p7 sn 165
  1099.  * Origin: Usenet: EarthLink Network, Inc. (1:109/42)
  1100.  
  1101. +----------------------------------------------------------------------------+
  1102.  
  1103. From: schlegel@crocker.com                              26-Oct-99 18:21:19
  1104.   To: All                                               26-Oct-99 21:24:08
  1105. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1106.  
  1107. From: "Mark O. Schlegel" <schlegel@crocker.com>
  1108.  
  1109. Dave Tholen wrote:
  1110. > Mark Schlegel writes:
  1111.  
  1112. > >>> That seems to point to NS being the culprit, right?
  1113. > >> Why didn't you mention that initially?
  1114. > > It's called an oversight, at the time it was obvious to me that netscape
  1115. > > was the culprit for the above reason.
  1116. > Might I suggest that you consider Bennie's hypothesis, namely that it
  1117. > might have to do with Java, rather than Netscape?  That could explain
  1118. > why the phenomenon appears to be site dependent.
  1119.  
  1120. I had Java turned off in the Advanced panel and
  1121. http://computing.net/os2/wwwboard/wwwboard.html
  1122. doesn't use java (that's the page where I had the problem occur when I did
  1123. a
  1124. Back to the main page)
  1125.  
  1126. Mark
  1127.  
  1128. --- WtrGate+ v0.93.p7 sn 165
  1129.  * Origin: Usenet: Johns Hopkins University Applied Physics Lab, Lau
  1130. (1:109/42)
  1131.  
  1132. +----------------------------------------------------------------------------+
  1133.  
  1134. From: tholenantispam@hawaii.edu                         27-Oct-99 01:06:20
  1135.   To: All                                               28-Oct-99 10:23:10
  1136. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1137.  
  1138. From: tholenantispam@hawaii.edu (Dave Tholen)
  1139.  
  1140. Alan Boritz writes:
  1141.  
  1142. >> Mark Schlegel writes:
  1143.  
  1144. >>>>>>> The behavior seems to be that if you repeatedly enter some pages then
  1145. >>>>>>> go one level down then return to the main page, eventually when you
  1146. >>>>>>> come to the main page, Netscape will start filling the swapper.dat
  1147. >>>>>>> like crazy.
  1148.  
  1149. >>>>>> swapper.dat is not managed by Netscape, but rather by the operating
  1150. >>>>>> system, so I don't know why you're blaming Netscape for the behavior
  1151. >>>>>> you've observed.
  1152.  
  1153. >>>>> Hmm, could it be because the second I closed Netscape the swapper.dat
  1154. >>>>> shrunk down from 141 Meg to ~60 Meg in just a few minutes?
  1155.  
  1156. >>>> It could be.
  1157.  
  1158. >>>>> That seems to point to NS being the culprit, right?
  1159.  
  1160. >>>> Why didn't you mention that initially?
  1161.  
  1162. >>> It's called an oversight, at the time it was obvious to me that netscape
  1163. >>> was the culprit for the above reason.
  1164.  
  1165. >> Might I suggest that you consider Bennie's hypothesis, namely that it
  1166. >> might have to do with Java, rather than Netscape?  That could explain
  1167. >> why the phenomenon appears to be site dependent.
  1168.  
  1169. > Not likely.  I run almost always with Java and Javascript disabled and it
  1170. > continues here, too.
  1171.  
  1172. Quite a change in tone from your last missive.  Glad to see you're
  1173. contributing information, rather than invective.
  1174.  
  1175. --- WtrGate+ v0.93.p7 sn 165
  1176.  * Origin: Usenet: IFA B-111 (1:109/42)
  1177.  
  1178. +----------------------------------------------------------------------------+
  1179.  
  1180. From: tholenantispam@hawaii.edu                         27-Oct-99 01:11:19
  1181.   To: All                                               28-Oct-99 10:23:11
  1182. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1183.  
  1184. From: tholenantispam@hawaii.edu (Dave Tholen)
  1185.  
  1186. Mark Schlegel writes:
  1187.  
  1188. >>>>> That seems to point to NS being the culprit, right?
  1189.  
  1190. >>>> Why didn't you mention that initially?
  1191.  
  1192. >>> It's called an oversight, at the time it was obvious to me that netscape
  1193. >>> was the culprit for the above reason.
  1194.  
  1195. >> Might I suggest that you consider Bennie's hypothesis, namely that it
  1196. >> might have to do with Java, rather than Netscape?  That could explain
  1197. >> why the phenomenon appears to be site dependent.
  1198.  
  1199. > I had Java turned off in the Advanced panel and
  1200. > http://computing.net/os2/wwwboard/wwwboard.html
  1201. > doesn't use java (that's the page where I had the problem occur when I did
  1202. > a Back to the main page)
  1203.  
  1204. Did you try toggling the load images item, as suggested by somebody
  1205. else?
  1206.  
  1207. --- WtrGate+ v0.93.p7 sn 165
  1208.  * Origin: Usenet: IFA B-111 (1:109/42)
  1209.  
  1210. +----------------------------------------------------------------------------+
  1211.  
  1212. From: wellmet@attglobal.net                             26-Oct-99 19:34:04
  1213.   To: All                                               28-Oct-99 10:23:13
  1214. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1215.  
  1216. From: wellmet@attglobal.net  (Joe Kovacs)
  1217.  
  1218. In <7ut4pg$nc1$1@news.hawaii.edu>, tholen@ifa.hawaii.edu writes:
  1219. >Mark Schlegel writes:
  1220. >
  1221. >> The behavior seems to be that if you repeatedly enter some pages then
  1222. >> go one level down then return to the main page, eventually when you
  1223. >> come to the main page, Netscape will start filling the swapper.dat
  1224. >> like crazy.
  1225. >
  1226. >swapper.dat is not managed by Netscape, but rather by the operating
  1227. >system, so I don't know why you're blaming Netscape for the behavior
  1228. >you've observed.
  1229.  
  1230. What an odd posting.  Hm.  
  1231.  
  1232. It wouldn't be that we're getting close to something, 
  1233. would it.  What is the extra memory for?  What's done with it?
  1234.  
  1235.  
  1236. Joe
  1237.  
  1238. Joe Kovacs
  1239. Guelph Ontario Canada
  1240.  
  1241.  
  1242.  
  1243.  
  1244. Joe Kovacs
  1245. Guelph Ontario Canada
  1246.  
  1247.  
  1248. --- WtrGate+ v0.93.p7 sn 165
  1249.  * Origin: Usenet: Water Utilities Hydraulic Analysis (1:109/42)
  1250.  
  1251. +----------------------------------------------------------------------------+
  1252.  
  1253. From: tholenantispam@hawaii.edu                         27-Oct-99 02:32:21
  1254.   To: All                                               28-Oct-99 10:23:14
  1255. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1256.  
  1257. From: tholenantispam@hawaii.edu (Dave Tholen)
  1258.  
  1259. Joe Kovacs writes:
  1260.  
  1261. >> Mark Schlegel writes:
  1262.  
  1263. >>> The behavior seems to be that if you repeatedly enter some pages then
  1264. >>> go one level down then return to the main page, eventually when you
  1265. >>> come to the main page, Netscape will start filling the swapper.dat
  1266. >>> like crazy.
  1267.  
  1268. >> swapper.dat is not managed by Netscape, but rather by the operating
  1269. >> system, so I don't know why you're blaming Netscape for the behavior
  1270. >> you've observed.
  1271.  
  1272. > What an odd posting.  Hm.  
  1273.  
  1274. What's odd about it?  I've been reading the OS/2 newsgroups since they
  1275. were created.  I've seen numerous reports of swapper.dat not shrinking,
  1276. with complaints that the latest FixPak (at the time) didn't solve the
  1277. problem.  Meanwhile, I've not observed the problem with Netscape.  So,
  1278. what's allegedly odd about my posting?
  1279.  
  1280. > It wouldn't be that we're getting close to something, would it.
  1281.  
  1282. Talk about odd postings!  Exactly what are you trying to suggest here?
  1283.  
  1284. > What is the extra memory for?  What's done with it?
  1285.  
  1286. Could you be more specific?
  1287.  
  1288. --- WtrGate+ v0.93.p7 sn 165
  1289.  * Origin: Usenet: IFA B-111 (1:109/42)
  1290.  
  1291. +----------------------------------------------------------------------------+
  1292.  
  1293. From: murdoctor@ausNOSPAMtin.rr.com                     27-Oct-99 04:03:25
  1294.   To: All                                               28-Oct-99 10:23:14
  1295. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1296.  
  1297. From: "Jeffrey S. Kobal" <murdoctor@ausNOSPAMtin.rr.com>
  1298.  
  1299. Mark,
  1300.  
  1301. Here's a few items of note regarding this problem...
  1302.  
  1303. (1) It doesn't appear to have to do with going back and forth
  1304. between those pages.  Just loading the page
  1305. http://computing.net/windowsnt/wwwboard/wwwboard.html
  1306. will cause the problem.
  1307.  
  1308. (2) Having image-loading turned off is a key factor; turning
  1309. on the automatic-load-images setting makes the page load
  1310. just fine.
  1311.  
  1312. (3) Those pages have large tables (the one on the page I
  1313. listed above has 532 rows and 4 columns, so that's over
  1314. 2000 cells), and the table is set up to have equal row heights,
  1315. so the entire table must be calculated before anything can be
  1316. displayed.
  1317.  
  1318. (4) It's not an infinite loop, but it is looping through each of
  1319. those cells and allocating a "delayed image" construct for the
  1320. deferred load of the image into each cell, among other things.
  1321. After a while, this will load into the swapper and slow it down
  1322. more and more.... taking a VERY long time to complete.
  1323.  
  1324. (5) This problem happens on the Windows 4.61 as well.
  1325.  
  1326. Jeffrey S. Kobal
  1327. IBM Corporation
  1328.  
  1329.  
  1330.  
  1331. Mark Schlegel wrote:
  1332.  
  1333. > The behavior seems to be that if you repeatedly enter some pages then
  1334. > go one level down then return to the main page, eventually when you
  1335. > come to the main page, Netscape will start filling the swapper.dat
  1336. > like crazy.  This occured to me on pages
  1337. > http://computing.net/os2/wwwboard/wwwboard.html
  1338. > and
  1339. > http://computing.net/unix/wwwboard/wwwboard.html
  1340. >
  1341. > This occured when I was reading posts in each page then clicking the
  1342. > Back button
  1343. > to return to the menu of post subjects, swapping took my swapper.dat
  1344. > from
  1345. > 40Meg to 141 Meg in just a few minutes and I was able to kill netscape
  1346. > by Control+esc and then selecting Close.  There is no popuplog entry
  1347. > because it's not a trap but some kind of infinite code loop going on.
  1348. > I have a feeling this happens on pages that lots of single line entries
  1349. > each of which has an icon on the start of it (like conputing.net has)
  1350. >
  1351. > The only thing unusual with my netscape is that I have Auto loading of
  1352. > images turned off.... [snip]
  1353.  
  1354. --- WtrGate+ v0.93.p7 sn 165
  1355.  * Origin: Origin Line 1 Goes Here (1:109/42)
  1356.  
  1357. +----------------------------------------------------------------------------+
  1358.  
  1359. From: kris@dgraph.com                                   27-Oct-99 01:20:09
  1360.   To: All                                               28-Oct-99 10:23:15
  1361. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1362.  
  1363. From: Kris Kadela <kris@dgraph.com>
  1364.  
  1365.  
  1366. "Jeffrey S. Kobal" wrote:
  1367. > Mark,
  1368. > Here's a few items of note regarding this problem...
  1369. > (1) It doesn't appear to have to do with going back and forth
  1370. > between those pages.  Just loading the page
  1371. > http://computing.net/windowsnt/wwwboard/wwwboard.html
  1372. > will cause the problem.
  1373. > (2) Having image-loading turned off is a key factor; turning
  1374. > on the automatic-load-images setting makes the page load
  1375. > just fine.
  1376. > (3) Those pages have large tables (the one on the page I
  1377. > listed above has 532 rows and 4 columns, so that's over
  1378. > 2000 cells), and the table is set up to have equal row heights,
  1379. > so the entire table must be calculated before anything can be
  1380. > displayed.
  1381. > (4) It's not an infinite loop, but it is looping through each of
  1382. > those cells and allocating a "delayed image" construct for the
  1383. > deferred load of the image into each cell, among other things.
  1384. > After a while, this will load into the swapper and slow it down
  1385. > more and more.... taking a VERY long time to complete.
  1386. > (5) This problem happens on the Windows 4.61 as well.
  1387. > Jeffrey S. Kobal
  1388. > IBM Corporation
  1389.  
  1390. Bad design. Those pages should be broken up.
  1391. Folder images lack size attributes.
  1392.  
  1393. On my Win box (K62 300, Communicator 4.7) it took 36 seconds to render
  1394. the page after it finished loading
  1395. On my OS/2 box (P166, Communicator 4.61) it took 48 seconds to render
  1396. (not bad actuaaly compared with above)
  1397.  
  1398. I design web sites and would have never allowed a page of this size to
  1399. be generated. They should limit the number of records returned per page.
  1400.  
  1401.  
  1402. > Mark Schlegel wrote:
  1403. > > The behavior seems to be that if you repeatedly enter some pages then
  1404. > > go one level down then return to the main page, eventually when you
  1405. > > come to the main page, Netscape will start filling the swapper.dat
  1406. > > like crazy.  This occured to me on pages
  1407. > > http://computing.net/os2/wwwboard/wwwboard.html
  1408. > > and
  1409. > > http://computing.net/unix/wwwboard/wwwboard.html
  1410. > >
  1411. > > This occured when I was reading posts in each page then clicking the
  1412. > > Back button
  1413. > > to return to the menu of post subjects, swapping took my swapper.dat
  1414. > > from
  1415. > > 40Meg to 141 Meg in just a few minutes and I was able to kill netscape
  1416. > > by Control+esc and then selecting Close.  There is no popuplog entry
  1417. > > because it's not a trap but some kind of infinite code loop going on.
  1418. > > I have a feeling this happens on pages that lots of single line entries
  1419. > > each of which has an icon on the start of it (like conputing.net has)
  1420. > >
  1421. > > The only thing unusual with my netscape is that I have Auto loading of
  1422. > > images turned off.... [snip]
  1423.  
  1424. -- 
  1425.  
  1426. **********************
  1427. DigiGraph Technical
  1428. http://www.dgraph.com
  1429. **********************
  1430.  
  1431. --- WtrGate+ v0.93.p7 sn 165
  1432.  * Origin: Usenet: DigiGraph Technical (1:109/42)
  1433.  
  1434. +----------------------------------------------------------------------------+
  1435.  
  1436. From: thorenz@hydromech.uni-hannover.de                 27-Oct-99 09:22:22
  1437.   To: All                                               28-Oct-99 10:23:15
  1438. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1439.  
  1440. From: Carsten Thorenz <thorenz@hydromech.uni-hannover.de>
  1441.  
  1442. "Jeffrey S. Kobal" wrote:
  1443. > (4) It's not an infinite loop, but it is looping through each of
  1444. > those cells and allocating a "delayed image" construct for the
  1445. > deferred load of the image into each cell, among other things.
  1446. > After a while, this will load into the swapper and slow it down
  1447. > more and more.... taking a VERY long time to complete.
  1448.  
  1449. O.k., but why does it use _that_ much memory when image-loading
  1450. is switched off? Do you use a 1MB pre-alloc for each "delayed"
  1451. image? 
  1452.  
  1453. I've tried it with caches set to zero, no java, no java-script,
  1454. no proxies.
  1455.  
  1456. Theseus3 reports 
  1457.  
  1458.  88MB/26MB of allocated/committed memory with images switched on
  1459.  
  1460. and 
  1461.  
  1462.  138MB/76MB  of allocated/committed memory with images switched off
  1463.  
  1464. when loading
  1465.  
  1466.  http://computing.net/windowsnt/wwwboard/wwwboard.html
  1467.  
  1468. And, rather unreproducable, the memory-usage explodes when browsing
  1469. through the forums. At a time Netscape had allocated about 300MB 
  1470. before I killed it.
  1471.  
  1472. Bye, Carsten
  1473.  
  1474. -- 
  1475. Carsten Thorenz           Institut fuer Stroemungsmechanik und
  1476.                           elektronisches Rechnen im Bauwesen
  1477. thorenz@hydromech.uni-hannover.de
  1478. http://www.hydromech.uni-hannover.de/w3-pages-thorenz/thorenz.html
  1479.  
  1480. --- WtrGate+ v0.93.p7 sn 165
  1481.  * Origin: Usenet: RRZN - Newsserver Test (1:109/42)
  1482.  
  1483. +----------------------------------------------------------------------------+
  1484.  
  1485. From: murdoctor@ausNOSPAMtin.rr.com                     28-Oct-99 04:39:23
  1486.   To: All                                               28-Oct-99 11:18:05
  1487. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1488.  
  1489. From: "Jeffrey S. Kobal" <murdoctor@ausNOSPAMtin.rr.com>
  1490.  
  1491. Carsten Thorenz wrote:
  1492.  
  1493. > O.k., but why does it use _that_ much memory when image-loading
  1494. > is switched off?
  1495.  
  1496. Frankly, I don't know.  I just took a quick look at it to see
  1497. if it was something that could be easily solved, but the
  1498. memory allocations are coming from within the Netscape
  1499. layout engine, which is an area of the code we are loathe
  1500. to touch.  We're talking about calls that are over a dozen
  1501. levels deep, with callback functions and structures/lists
  1502. set up to do work later on, multiple connection-sessions
  1503. created for the images, etc.
  1504.  
  1505. Since it is a bug in the Windows version as well, and this
  1506. is obviously a very poorly-designed page, it's really not
  1507. something I'm concerned about.  Certainly not worth the
  1508. risks involved with changing the layout code.
  1509.  
  1510. Jeffrey S. Kobal
  1511. IBM Corporation
  1512.  
  1513.  
  1514. --- WtrGate+ v0.93.p7 sn 165
  1515.  * Origin: Origin Line 1 Goes Here (1:109/42)
  1516.  
  1517. +----------------------------------------------------------------------------+
  1518.  
  1519. From: arnews@dsgml.com                                  28-Oct-99 13:26:25
  1520.   To: All                                               28-Oct-99 16:44:09
  1521. Subj: Re: bad netscape 4.61 GA (Strong encrypt version) cache bug
  1522.  
  1523. From: Ariel <arnews@dsgml.com>
  1524.  
  1525. On Thu, 28 Oct 1999, Jeffrey S. Kobal wrote:
  1526.  
  1527. > Carsten Thorenz wrote:
  1528.  
  1529. > > O.k., but why does it use _that_ much memory when image-loading
  1530. > > is switched off?
  1531.  
  1532. > Since it is a bug in the Windows version as well, and this
  1533. > is obviously a very poorly-designed page, it's really not
  1534. > something I'm concerned about.  Certainly not worth the
  1535. > risks involved with changing the layout code.
  1536.  
  1537. Could/will you at least report it to Netscape? Although I'm not sure how
  1538. many new releases for navigator there will be before Mozilla.
  1539.  
  1540. If they do fix it, can/will you incorporate the change into the OS/2
  1541. version (even if you don't do a full "port" of the new version), just a
  1542. small maintenance release for this specific problem (if they fix it).
  1543.  
  1544.     -Ariel
  1545.  
  1546. --- WtrGate+ v0.93.p7 sn 165
  1547.  * Origin: Usenet: Shore.Net/Eco Software, Inc; (info@shore.net) (1:109/42)
  1548.  
  1549. +----------------------------------------------------------------------------+
  1550.  
  1551. From: gjohn@csom.umn.edu                                28-Oct-99 21:18:13
  1552.   To: All                                               29-Oct-99 11:30:18
  1553. Subj: acrobat java on w98 vs warp
  1554.  
  1555. From: "gjohn" <gjohn@csom.umn.edu>
  1556.  
  1557. I just installed acrobatjava on my w98 machine, and it is faster than
  1558. acrobatv3 on warp4 (fp12). I suspect that adobe pays more attention to
  1559. polishing their products for the win environment.
  1560.  
  1561.  
  1562.  
  1563. --- WtrGate+ v0.93.p7 sn 165
  1564.  * Origin: Usenet: University of Minnesota, Twin Cities Campus (1:109/42)
  1565.  
  1566. +----------------------------------------------------------------------------+
  1567.  
  1568. From: hunters@thunder.indstate.edu                      29-Oct-99 05:41:05
  1569.   To: All                                               29-Oct-99 11:30:19
  1570. Subj: Re: acrobat java on w98 vs warp
  1571.  
  1572. From: hunters@thunder.indstate.edu
  1573.  
  1574. In article <7vb3mu$9ll$1@news1.tc.umn.edu>,
  1575.   "gjohn" <gjohn@csom.umn.edu> wrote:
  1576.  
  1577. > I just installed acrobatjava on my w98 machine, and it is faster than
  1578. > acrobatv3 on warp4 (fp12). I suspect that adobe pays more attention
  1579. > to polishing their products for the win environment.
  1580.  
  1581. What sort of hardware are we talking about here? What JVM for Windows?
  1582. Was it the same hardware for Warp and Win98?? Details man, details!
  1583.  
  1584. --
  1585. -Steven Hunter               *OS/2 Warp 4 * |
  1586. hunters@thunder.indstate.edu *AMD K6-2 400* |
  1587.  
  1588.  
  1589. Sent via Deja.com http://www.deja.com/
  1590. Before you buy.
  1591.  
  1592. --- WtrGate+ v0.93.p7 sn 165
  1593.  * Origin: Usenet: Deja.com - Before you buy. (1:109/42)
  1594.  
  1595. +----------------------------------------------------------------------------+
  1596.  
  1597. +============================================================================+
  1598.