Skip to main content

All Questions

Tagged with
3 votes
0 answers
142 views

Golang unexpected fault address fatal error: fault - but C code works

i try to call a memory address, which contains in my case a calculator app. With my C code it successfully runs the calculator, but with my Golang code i will get the error "unexpected fault ...
Peterslav's user avatar
0 votes
0 answers
50 views

FATAL SIGSEGV Error while evaluating jasper report in 6.2.0 version / JDK 11.0.18

I'm getting a fatal error by the JVM when trying to execute a simple jar that generates a report on production. The app has been tested on different environments however it only fails in production. I ...
Kumar's user avatar
  • 23
2 votes
0 answers
732 views

FATAL ERROR: v8::ArrayBuffer::NewBackingStore Allocation failed - process out of memory

while running the application at first its getting complied successful and its recompiling again and giving a "fatal error" have tried setting the memory space by the "node --...
sindhu's user avatar
  • 21
1 vote
0 answers
146 views

Fatal error: Allowed memory size of 262144000 bytes exhausted (tried to allocate 1879048224 bytes) in /home/xbt/Client/htdocs/common.php on line 20

Please could someone be so kind and help me with an error I'm getting. Before I explain I looked at the similar question but unfortunately it didn't help. Anyways I tried to increase PHP Maximum ...
Left is Best's user avatar
0 votes
1 answer
316 views

Wordpress page crashes on load, reload works 100% of time

I am getting the error below when I try to load a page. The page crashes and gives "Critical Error" message, if I reload the page it opens 100% of the time. I looked for the file but I ...
dancer's user avatar
  • 91
0 votes
1 answer
275 views

Running out of memory with mysqli on php (256kB???)

I'm trying to execute an SELECT statement via PHP on a MySQL database. When I execute my script, I get an fatal error: Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate ...
Christian's user avatar
8 votes
1 answer
7k views

spark worker with 32GB or more memory encountered a fatal error

I have three slaves in a standalone Spark Cluster. Each slave has 48GB of RAM. When I assigned more than 31GB (e.g. 32GB or more) of RAM to my executors: .config("spark.executor.memory", "44g") the ...
Jonathan's user avatar
  • 267
0 votes
1 answer
102 views

Trying to create a grid map in an array returns a fatal memory error in php

I am working on a random RPG Map generator that get's inserted into the database for later retrieval. Basically the user will enter some minor details on the form and specify how many tiles of each ...
user1924218's user avatar
2 votes
1 answer
241 views

PHP memory_limit fatal error in array_search function

I have this code: <?php header('Content-Type: text/html; charset=utf-8'); error_reporting(E_ERROR | E_WARNING | E_PARSE & ~E_NOTICE); $uarray = json_decode($_POST['array']); $uac = $uarray; $...
el pax's user avatar
  • 117
1 vote
2 answers
135 views

PHP Exceeding memory while accessing database

I am developing a Object Oriented website with PHP while using some design patterns I just learnt. I have a singleton class for the Database and Some other classes which does some database operations ...
Bhashithe's user avatar
  • 122
0 votes
1 answer
845 views

PHP 5.6 odbc_exec windows fatal error: Allowed memory size

I'm under Win2008R2 and using odbc 32bit. By switching from PHP 5.5.14 to 5.6.4 many simple queries now hangs with: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate ....
Gulp's user avatar
  • 79
0 votes
1 answer
539 views

Composer create-project laravel memory error

I've installed composer, downloaded laravel and now try to create a project: composer create-project laravel/laravel test_laravel --prefer-dist But the answer is: PHP Fatal error: Allowed memory ...
Olga Zhe's user avatar
  • 163
0 votes
2 answers
80 views

I am getting Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36 bytes) on line 21 unble to understand it

$testCase=""; $strength=""; $i="";$j="";$sum=0; $submit=$_POST['submit']; if(!empty($submit)) { $testCase=$_POST['TestCase']; $strength=$_POST['strength']; } else { die("Please enter the ...
aps240's user avatar
  • 21
0 votes
1 answer
1k views

Difference between local host and server for Memory Allocation and utilization - PHP

I have a PHP script where i am reading from a csv and importing values into arrays for calculation. I have build this large script on localhost using WAMP and everything is working properly. I have ...
kamelkid2's user avatar
  • 524
0 votes
0 answers
348 views

Fatal error: Allowed memory size of bytes exhausted (tried to allocate 36 bytes)

I'm fetching some information from my website e.g category_name, category_id etc. with wordpress codex and encode them with json. I'm using them in my android application but today suddenly it gave ...
Farukest's user avatar
  • 1,518

15 30 50 per page