Hello everybody,
We have a WTK application running behind the Apache server on the Red Hat Linux. And we see a lots of the segfaults with the same parameters. The application seem to perform OK and we do not see any VisualWorks exceptions... Does anybody have any idea where are they coming from? The logs look like: Dec 9 10:53:29 thesite kernel: wave[24353]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ff8e0d7c error 4 Dec 9 10:57:33 thesite kernel: wave[24471]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ff8564ac error 4 Dec 9 10:57:33 thesite kernel: wave[24470]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffd40bac error 4 Dec 9 10:57:46 thesite kernel: wave[24479]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffb599fc error 4 Dec 9 10:58:00 thesite kernel: wave[24480]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000fff2b8ac error 4 Dec 9 10:58:25 thesite kernel: design@2224[24488]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffe9b9ec error 4 0000000000000046 rip 000000000048e1bd rsp 00000000ffff358c error 4 Dec 9 10:59:59 thesite kernel: design@2224[24509]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000fff28a7c error 4 Dec 9 11:04:28 thesite kernel: wave[24644]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffb97fbc error 4 Dec 9 11:04:28 thesite kernel: wave[24645]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffbe9b7c error 4 Dec 9 11:04:42 thesite kernel: wave[24646]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000fff910bc error 4 Dec 9 11:05:47 thesite kernel: wave[24666]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffad4e0c error 4 Dec 9 11:07:02 thesite kernel: wave[24745]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ff87eabc error 4 Dec 9 11:07:03 thesite kernel: wave[24746]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffaa59dc error 4 Dec 9 11:07:03 thesite kernel: wave[24747]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ff9c211c error 4 Dec 9 11:07:03 thesite kernel: wave[24748]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffd8607c error 4 Dec 9 11:07:03 thesite kernel: wave[24749]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffa38d3c error 4 Dec 9 11:07:03 thesite kernel: wave[24750]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffccb78c error 4 Dec 9 11:07:20 thesite kernel: wave[24752]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffc5165c error 4 Dec 9 11:07:24 thesite kernel: wave[24753]: segfault at 0000000000000046 rip 000000000048e1bd rsp 00000000ffa382cc error 4 ____________________________________________________________ Do THIS before eating carbs (every time) 1 EASY tip to increase fat-burning, lower blood sugar & decrease fat storage http://thirdpartyoffers.netzero.net/TGL3241/52a9e9bce677d69bc37c2st01vuc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Hello, I'm just getting back into Smalltalk (since 7.6) and see that I'm no longer able to pull up a namespace browser that shows the hierarchical namespace structure AND the classes in a selected namespace, which seems like a pretty useful thing to do. I used to be able to do this by opening Tools.FullNotebookSystemBrowser from the "Old Browsers" package but no more after 7.6. Bad news. So, am I missing something and it is actually in 7.9.1 somewhere? Or, if not, is there a plan to provide that capability at some point? Or failing all that, can someone outline how the old Tools.FullNotebookSystemBrowser could be updated and provided as a third party offering, if that's even possible. Or are we SOL (simply out of luck) on this? Any G2 appreciated. Thanks, Rick Hildebrant _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Dear Richard,
>I'm just getting back into Smalltalk (since 7.6) and see that I'm no longer able to pull up a namespace browser that shows the hierarchical namespace structure AND the classes in a selected namespace, which seems like a pretty useful thing to do. I used to be able to do this by opening Tools.FullNotebookSystemBrowser from the "Old Browsers" package but no more after 7.6. Bad news. > > So, am I missing something and it is actually in 7.9.1 somewhere? > AFAIK, no, you're not missing something: the UI you were using is no longer there. I created the NameSpace tab in the RB but at the moment this shows the hierarchical namespace structure and the shared variables that are defined in those namespaces, but not the classes. >Or, if not, is there a plan to provide that capability at some point? > AFAIK, no. Tweaking the RB tab to do what you want has been on my would-like-to-do list for years behind more urgent stuff. >Or failing all that, can someone outline how the old Tools.FullNotebookSystemBrowser could be updated and provided as a third party offering, if that's even possible. > I'd recommend working on the RB's NameSpace tab. When that tab is selected, and a namespace is selected in the left-most pane, the next pane shows the namespace's defining package (in bold) and any others in which it defines shared variables, the next shows the 'Shared Variable' tab, and under it the protocols, and the last shows the shared variables. 1) Putting a 'Class' tab next to the 'Shared Variable' tab is how I planned to proceed in the 4-pane browser. The key issue is how to reverse the usual left->right selection-update flow sufficiently that selecting the 'Class' tab over the 3rd pane would change the packages shown in the second pane to be those packages in which the namespace defines classes (its defining package appearing in bold in both lists). 2) As well, and possibly easier to start with, make selecting a namespace no longer grey-out the 'spawn' and/or 'spawn hierarchy' menupicks. Let spawning produce a 3-pane (or 2-pane) browser that would show the classes. Some subclass or sibling class of an existing 3-pane (or 2-pane) browser could be made to show what you want. >Or are we SOL (simply out of luck) on this? > > Hopefully, the above may help anyone who has the time I at this moment lack to try and produce something. > Any G2 appreciated. > > Any goodie appreciated. HTH Niall Ross _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |