Deutsch   English   Français   Italiano  
<QqY4QR03fKcSTPHDqZ_9AN_pHn4@jntp>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!pasdenom.info!from-devjntp
Message-ID: <QqY4QR03fKcSTPHDqZ_9AN_pHn4@jntp>
JNTP-Route: news2.nemoweb.net
JNTP-DataType: Article
Subject: Re: Nouvelle Page
References: <64acf3d3$0$7627$426a34cc@news.free.fr> <u8p7u9$1nkb0$1@paganini.bofh.team>
 <7ef65de5-903f-448b-9718-30d5634f415fn@googlegroups.com> <u8pb5g$1ntki$1@paganini.bofh.team>
 <7fa61092-e801-4bf5-bf23-b0e65f7ae0ebn@googlegroups.com> <u8pbs5$1nvj6$1@paganini.bofh.team>
 <03d2da3d-1c8f-422d-b709-7289916a48e1n@googlegroups.com> <u8pcrq$1o2hc$1@paganini.bofh.team>
 <2356d3d5-4e0f-476d-bcaf-89a0278c08c3n@googlegroups.com> <ea656388-7667-4099-b4c6-fbd28c5dc4f8n@googlegroups.com>
Newsgroups: fr.comp.sys.atari
JNTP-HashClient: AbCfYuL2hYp5XGy3D1Ra6GIQ0QE
JNTP-ThreadID: 64acf3d3$0$7627$426a34cc@news.free.fr
JNTP-Uri: http://news2.nemoweb.net/?DataID=QqY4QR03fKcSTPHDqZ_9AN_pHn4@jntp
User-Agent: Nemo/0.999a
JNTP-OriginServer: news2.nemoweb.net
Date: Thu, 13 Jul 23 20:37:12 +0000
Organization: Nemoweb
JNTP-Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0
Injection-Info: news2.nemoweb.net; posting-host="020ce5ce37af206065359e759fcc34c2c28de98b"; logging-data="2023-07-13T20:37:12Z/8064409"; posting-account="44@news2.nemoweb.net"; mail-complaints-to="newsmaster@news2.nemoweb.net"
JNTP-ProtocolVersion: 0.21.1
JNTP-Server: PhpNemoServer/0.94.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-JNTP-JsonNewsGateway: 0.96
From: pehache <pehache.7@gmail.com>
Bytes: 3105
Lines: 42

Le 13/07/2023 à 19:58, Francois LE COAT a écrit :
> Salut,
> 
> Arachide écrit :
>> Est-ce que tu penses toujours que la division par zéro plante Windows? ? ? ? ? 
>> ? ?
>> 
>> Question simple.
>> 
>> Guillaume.
> 
> Réponse gênée ... Comment puis-je te faire confiance ? 

Le nez dans son caca, FLC va bientôt chanter une petite chanson ?

Tiens, je me suis amusé à demander à ChatGPT d'écrire un programme en 
assembleur x86 qui fait un division flottante par zéro et qui écrit le 
résultat. Ca a été un peu laborieux pour qu'il arrive à pondre un code 
sans erreur, mais au final voilà: https://pastebin.com/PWLPQxKQ

Et le résultat est (https://prnt.sc/XHWjMQ1LU_Qu) :
==============================================
C:\Users\*****\Desktop>nasm-2.16.01\nasm.exe -f win32 divbyzero.asm -o 
divbyzero.obj

C:\Users\*****\Desktop>Golink\GoLink.exe  /console divbyzero.obj 
kernel32.dll user32.dll msvcrt.dll

GoLink.Exe Version 1.0.4.4  Copyright Jeremy Gordon 2002-2023   
info@goprog.com
Output file: divbyzero.exe
Format: Win32   Size: 2,560 bytes

C:\Users\*****\Desktop>divbyzero.exe
Result is NaN
C:\Users\*****\Desktop>
==============================================

Aucun plantage, ni de l'exécutable ni de Windows.

De toutes façons il faut sérieusement incompétent pour penser que le 
plantage d'une application quelconque puisse entraîner le plantage d'un 
OS multitâche préemptif.