Modify ↓
Opened 15 years ago
Closed 15 years ago
#1808 closed Bug (Works For Me)
OS Crash while executing..
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | os crash, console bug, | Cc: |
Description
UDPStartup() $Sock=UDPBind(@IPAddress1,80) Local $buf For $i=1 to 1024*1024*1 '''$buf &="A"''' Next '''ConsoleWrite($buf)'''
Windows XP SP3 (x86) with 1GB RAM, first hangs and then crashes after writing the data in variable $buf to Console via ConsoleWrite()
Attachments (0)
Note:
See TracTickets
for help on using tickets.

I don't see any hanging under my system.
I can't reproduce the crash even with 128 Mb memory