LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 08-24-2016, 08:29 AM   #1
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Rep: Reputation: 38
Browser indicates script is bugged, is this an indication of a hacker?


I recently saw on my ASUS Eee PC running Mint, what I have seen many times before on other computers, running Mint and Windows 7, that a script has stopped and the options are given, debug, stop script or continue. Is this an indication of spyware, malware or a hacker remote accessing a computer?

I am using Firefox, and for banking and email, and online purchases. And home wireless modem connection.

If I go into debug, I can read the programming, maybe Java or something. Is there anything to look our for?

Last edited by Novatian; 08-24-2016 at 08:33 AM.
 
Old 08-24-2016, 10:01 AM   #2
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
On a computer like an eeePC, it would usually be an indication that Firefox has choked due to running out of RAM. It's usually accompanied by the entire UI getting really laggy and feeling like it's seizing up. Takes many seconds to switch from one tab to another (if there are multiple tabs).

How much RAM does it have? My habit is to keep an eye out on RAM usage (not sure what the default system monitor utility in Mint is like). If it seems like it's getting pretty high, then I close some tabs or close/restart Firefox.
 
1 members found this post helpful.
Old 08-24-2016, 10:19 AM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i second the above. i doubt its anything malicious. the designer of the website probably assumes that everyone visiting that page has cpu/gpu/ram/hd/high speed wifi/audio adapter/... resources to spare.

on an old slow pc, certain software will warn the user when things seem to take a long time so it gives you the option to stop the activity so you dont have to hold down the power switch for 10 seconds.
 
Old 08-24-2016, 12:30 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Browser indicates script is bugged
this is your interpretation.
what is the exact and complete error message, and on what page(s) does it occur and under which circumstances?
how do you get out of it?
 
Old 08-24-2016, 01:00 PM   #5
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I find that message is usually due to inept web designers thinking that including the kitchen sink makes a web page better. I've seen the "script frozen" using internal web applications and very trusted web sites. As above it may be issue with RAM but it could equally be some bug that the developer can't be bothered fixing -- I say this because I've seen it happen when I've still half my RAM free and the processor's fine with everything but that particular page.
 
Old 08-24-2016, 07:25 PM   #6
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Original Poster
Rep: Reputation: 38
It has 2gb RAM.
it uses the word "debug". That option leads to an open window of code.
 
Old 08-26-2016, 02:39 PM   #7
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
The debug option is offered when the web browser has a problem displaying a page for any reason - not all of these reasons are necessarily due to an error in the code. It could be due to, for example, a problem with the network or overloaded resources on either the server or the client (your computer).

The code you will see is javascript/html5, but it will almost certainly not be useful for you to try and examine/investigate. The debug option is most useful for web developers who are troubleshooting their own code during development (or production, less ideally).
 
Old 08-26-2016, 03:19 PM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
To debug a computer program is to look for faults in it and correct them so that it will run properly.

https://en.wikipedia.org/wiki/Software_bug

Nothing to do with hidden microphones, secret spyware or the likes.
 
Old 08-26-2016, 03:23 PM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by IsaacKuo View Post
The debug option is offered when the web browser has a problem displaying a page for any reason - not all of these reasons are necessarily due to an error in the code.
I would tend to say that, unless the machine is an 80486 with less than 512MB RAM, then it is really an error in the code. I've never seen it on this site, for example, and it is perfectly possible to produce perfectly useable websites which would practically never give the error.
(I leave out websites meant to make use of computing facilities using WebGL, etc., as that's another thing entirely)
 
Old 08-26-2016, 04:00 PM   #10
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
There are many sites which consume incredible resources even with just a single tab - two or more can easily bring a 2GB machine with a 1.66Ghz Atom processor to its knees.
 
Old 08-26-2016, 04:22 PM   #11
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by IsaacKuo View Post
There are many sites which consume incredible resources even with just a single tab - two or more can easily bring a 2GB machine with a 1.66Ghz Atom processor to its knees.
Indeed, and they are bug-filled messes of rubbish.
 
Old 08-26-2016, 04:57 PM   #12
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Quote:
Originally Posted by 273 View Post
Indeed, and they are bug-filled messes of rubbish.
Or they're working as intended, they just aren't designed with weaker older computers in mind.

For example, the PBS Kids Video web site is practically unusable on a 1.66Ghz Atom (regardless of how much RAM you throw at it). There aren't any ads and the site itself is rather simplistic. But it only streams HD resolution - no lower resolution stream option for weaker hardware or slower connections.

Is that a software bug? No, it's just working the way it was intended, for the target computer systems they intend to support.
 
Old 08-26-2016, 05:02 PM   #13
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by IsaacKuo View Post
Or they're working as intended, they just aren't designed with weaker older computers in mind.

For example, the PBS Kids Video web site is practically unusable on a 1.66Ghz Atom (regardless of how much RAM you throw at it). There aren't any ads and the site itself is rather simplistic. But it only streams HD resolution - no lower resolution stream option for weaker hardware or slower connections.

Is that a software bug? No, it's just working the way it was intended, for the target computer systems they intend to support.
HD video, like the case I mentioned using WebGL, is something else entirely -- you know exactly why the errors are there because the web site is delivering content that requires that much computing power. For the most part web pages don't need anything like that and the majority of websites which throw these kind of errors in browsers are serving nothing more than text and pictures.
Besides, even pages delivering rich content ought to have some method of enabling that content manually in case somebody reaches the pages without knowing what it is.
There is no excuse for producing a page which freezes browsers.
 
Old 08-27-2016, 02:47 AM   #14
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
[offtopic]
every now and then, i'm surprised at how people see "the internet" - it is not the internet i know, or use on a daily basis.
i guess there's as many internets as there are internet users.
[/offtopic]
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Open Source History: Tracing the Origins of Hacker Culture and the Hacker Ethic LXer Syndicated Linux News 0 04-29-2015 08:40 PM
US bugged EU offices teckk General 15 07-02-2013 05:48 PM
[SOLVED] Help finding origin of hacker Perl script in multiple cgi-bin folders nvoth Linux - Security 4 03-11-2012 08:04 AM
Firefox is bugged? Geminias Linux - Software 2 08-12-2006 02:57 PM
KDE bugged? Brother Michael Linux - Newbie 1 08-18-2003 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 02:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration