Penguin

Differences between version 36 and revision by previous author of CommonErrors.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 36 Last edited on Saturday, October 30, 2004 10:30:51 pm by JohnMcPherson Revert
Older page: version 33 Last edited on Monday, August 23, 2004 2:06:51 pm by PerryLorier Revert
@@ -13,9 +13,9 @@
 If it is some kind of script, it might point to an interpreter that doesn't exist on your system. For example, it used to be common to see perl scripts whose first line was: 
  #!/usr/local/bin/perl 
 But if you had perl installed as /bin/perl or /usr/bin/perl you would get this message. 
  
-Another possibility is that the script was editted on windows, or another 
+Another possibility is that the script was edited on windows, or another 
 editor that added windows' style line endings (carriage-return + linefeed). 
 Try using "dos2unix" or "tr -d '\r'" to go back to normal newline (linefeed 
 only) line endings. 
  
@@ -124,7 +124,11 @@
  20502 john 16 10 139m 8096 2632 S 1.9 3.2 0:00.22 sierpinski3d 
 This [OpenGL] application has 139MB of addressable space in use, but it is not using that much virtual memory. Edit ${HOME}/.xscreensaver and edit the line that says 
  memoryLimit: 50M 
 to either something much bigger, or set it to 0 (for no limit). 
+----  
+!! *** attempt to put segment in horiz list twice  
+You might see this error message if you use GNOME - it appears quite regularly in my $HOME/.xsession-errors file.  
  
+It is 'mostly harmless', and seems to occur most frequently when activating menus. Apparently, it is caused by libsvg/libarts, and implies a minor problem with one of the [SVG] icons.  
 ---- 
 For more errors see: CategoryErrors