Author Topic: Professional bugs  (Read 27071 times)

TimoVJL

  • Member
  • *****
  • Posts: 1320
Re: Professional bugs
« Reply #15 on: June 18, 2019, 02:48:35 AM »
Yes, vivaldi is chrome based and as bad as others too.
May the source be with you

K_F

  • Member
  • *****
  • Posts: 1771
  • Anybody out there?
Re: Professional bugs
« Reply #16 on: June 18, 2019, 08:24:55 AM »
JJ,

Try Slimjet in incognito mode. Also go to the settings and run "Clear browsing data". The settings are useful for the problems you mention. I run the 64 bit version and never seem to have a problem.
I have the same setup as Hutch, and I run minimal of Win7 services.. seem to do the job nicely.
'Sire, Sire!... the peasants are Revolting !!!'
'Yes, they are.. aren't they....'

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
Not so SlimJet
« Reply #17 on: June 27, 2019, 12:19:09 PM »
Only 4 tabs open...

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
WhatsApp is a bug
« Reply #18 on: July 25, 2019, 09:14:03 AM »
Update: after a few hours of usage, WhatsApp has written 30 GB to disk

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
Slimjet is a bug
« Reply #19 on: August 29, 2019, 10:01:31 PM »
Ten minutes of work lost:
Quote
The exception eccezione software sconosciuta (0xe0000008) occurred in the application at location 0x74c8c5af.


LiaoMi

  • Member
  • *****
  • Posts: 1055
Re: Slimjet is a bug
« Reply #20 on: August 29, 2019, 10:47:26 PM »
Ten minutes of work lost:
Quote
The exception eccezione software sconosciuta (0xe0000008) occurred in the application at location 0x74c8c5af.

 :biggrin: Hi jj2007,

maybe your memory is over ?!
https://superuser.com/questions/1442974/chrome-the-exception-unknown-software-exception-0xe0000008

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
Re: Professional bugs
« Reply #21 on: August 30, 2019, 12:56:24 AM »
Yep, sounds logical: "Your commit charge (virtual memory) may be at 100%" -> "unknown software" :tongue:

xanatose

  • Member
  • ***
  • Posts: 421
Re: Professional bugs
« Reply #22 on: August 31, 2019, 04:56:30 PM »
Windows have a one nice feature:
 Delete all Telemetry services and systems starts behaving badly, like odd file locks of several minutes, can't delete or replace file and so on.
Very professional way for punishment for user, who just block M$ of their spying system in legal way.

Google keyword: 'system process (PID 4) is locking the file'

EDIT: How to solve problem:
Quote
Check if your Application Experience service is disabled. It should be enabled and running. This problems appears if it is not.

So basically they admit that you cannot opt out of the spying.

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Professional bugs
« Reply #23 on: August 31, 2019, 06:28:25 PM »
JJ,

How much memory is installed on your computer. My younger brother has a win64 box (win10) that only has 8 gig in it and he has similar problems, it may just be not enough memory for the tasks you run.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
Re: Professional bugs
« Reply #24 on: August 31, 2019, 07:44:59 PM »
Hutch,

Right, it's a memory problem. I have 6GB installed, and decided recently to disable the page file. That works fine so far, but occasionally I reach the limits. The real issue here is the nonsensical message "unknown software exception". This is why I placed it in the "professional bugs" thread. Apparently SlimJet/Chrome allocate major chunks of memory without checking if HeapAlloc() returned a pointer. Then they let it crash into an exception (very professional) but don't know what kind of error it was. So they randomly pick "unknown software". Compliments :badgrin:

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
Re: Professional bugs
« Reply #25 on: August 31, 2019, 07:54:36 PM »
So basically they admit that you cannot opt out of the spying.

Yeah, Windows is bad. But innocent in comparison to what Android "apps" ask you to permit. My bank forces me, more or less, to download a new "app" for online banking. It wants permission to use the camera, any files that it could possibly grab, and my contacts. And you cannot say "no" to any of that crap. I flagged it on a financial forum, but just got amused answers. It's incredible what Android users are willing to accept.

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Professional bugs
« Reply #26 on: August 31, 2019, 08:11:07 PM »
I rarely ever use my Android tablet because of the data grabbing. I have to use it to upgrade some of my camera equipment but I do not use it for anything else. I am waiting for Huawei to code their own OS as I don't care if they collect data or not as it will not go into an NSA database.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

LiaoMi

  • Member
  • *****
  • Posts: 1055
Re: Professional bugs
« Reply #27 on: August 31, 2019, 08:56:41 PM »
Hutch,

Right, it's a memory problem. I have 6GB installed, and decided recently to disable the page file. That works fine so far, but occasionally I reach the limits. The real issue here is the nonsensical message "unknown software exception". This is why I placed it in the "professional bugs" thread. Apparently SlimJet/Chrome allocate major chunks of memory without checking if HeapAlloc() returned a pointer. Then they let it crash into an exception (very professional) but don't know what kind of error it was. So they randomly pick "unknown software". Compliments :badgrin:

Today there are few programs that take care of having the required memory, the memory is treated like flowing water. I have 32 gigabytes, but working in parallel, almost half of the programs fail. Even worse, the structure of the stored data is disrupted. I wrote to the support service, they rudely answer me that this is my problem. I often give examples where to look for problems, but even here the authors argue that this is unsolvable. There are many ways to manage memory when it is not enough, but apparently today it does not bother anyone. Chrome has the same story, my chrome also often fails when there is not enough memory, he can even make the whole system freeze. The worst thing is that this is a potential vulnerability for taking control of the system. I dream when I have 128 gigabytes of memory  :biggrin:

jj2007

  • Member
  • *****
  • Posts: 13950
  • Assembly is fun ;-)
    • MasmBasic
News from Android
« Reply #28 on: September 14, 2019, 02:11:21 AM »
https://www.adaptivemobile.com/blog/simjacker-next-generation-spying-over-mobile

Quote
At its simplest, the main Simjacker attack involves a SMS containing a specific type of spyware-like code being sent to a mobile phone, which then instructs the UICC (SIM Card) within the phone to ‘take over’ the mobile phone , in order to retrieve and perform sensitive commands.

The attack begins when a SMS - that we term the Simjacker ‘Attack Message’ - is sent to the targeted handset. This Simjacker Attack Message, sent from another handset, a GSM Modem or a SMS sending account connected to an A2P account, contains a series of SIM Toolkit (STK) instructions, and is specifically crafted to be passed on to the UICC/eUICC (SIM Card) within the device. In order for these instructions to work, the attack exploits the presence of a particular piece of software, called the S@T Browser - that is on the UICC.  Once the Simjacker Attack Message is received by the UICC, it uses the S@T Browser library as an execution environment on the UICC, where it can trigger logic on the handset. For the main attack observed, the Simjacker code running on the UICC requests location and specific device information (the IMEI) from the handset. Once this information is retrieved, the Simjacker code running on the UICC then collates it and sends the combined information to a recipient number via another SMS (we call this the ‘Data Message’), again by triggering logic on the handset. This Data Message is the method by which the location and IMEI information can be exfiltrated to a remote phone controlled by the attacker.

During the attack, the user is completely unaware that they received the SMS with the Simjacker Attack message, that information was retrieved, and that it was sent outwards in the Data Message SMS - there is no indication in any SMS inbox or outbox.
...
This S@T Browser software is not well known, is quite old, and its initial purpose was to enable services such as getting your account balance through the SIM card. Globally, its function has been mostly superseded by other technologies, and its specification has not been updated since 2009, however, like many legacy technologies it is still been used while remaining in the background. In this case we have observed the S@T protocol being used by mobile operators in at least 30 countries whose cumulative population adds up to over a billion people

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: Professional bugs
« Reply #29 on: September 15, 2019, 06:05:21 AM »
So basically they admit that you cannot opt out of the spying.

Yeah, Windows is bad. But innocent in comparison to what Android "apps" ask you to permit. My bank forces me, more or less, to download a new "app" for online banking. It wants permission to use the camera, any files that it could possibly grab, and my contacts. And you cannot say "no" to any of that crap. I flagged it on a financial forum, but just got amused answers. It's incredible what Android users are willing to accept.
maybe so they use the camera so its actually you and not your kid buy lots of stuff so you have not enough money for rent?
what happens if you use windows apps in newer windows instead of good old .exe's?will they follow the that trend?
to develop and have the possibility to testrun those apps,you had to permit some things in w10

and the old "its not a bug its a feature":maybe a feature for those who sell memory
I have upgraded to 20gb from 6gb after I used loads of memory in a program,I wanted to try use 64bit memory and also have few memoryhungry Cg apps,LiaoMi you also use those 32gb for that?
128gb ram sounds nice,but like max 640mb in the old days,we will sooner or later have hardware that breaks that I believe
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding