Process finished with exit code-1073741819 (0xC0000005)

pycharm

import requests
from bs4 import BeautifulSoup

url = "https://qd.lianjia.com/zufang/"
response = requests.get(url)
soup = BeautifulSoup(response.text, "lxml")
print(soup)

exit abnormally immediately after running the program:

Process finished with exit code -1073741819 (0xC0000005)

Please give me some advice!

Mar.16,2021

how to solve it

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31205-2b5bf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31205-2b5bf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?