Skip to main content

Questions tagged [fatal-error]

An error that causes a program to abort, regardless of the programming language.

fatal-error
0 votes
2 answers
3k views

How to solve golang fatal error: concurrent map write

I am using google pubsub to publish a lot of records which is happening concurrently, but after few dozens of publishes, I get an error : concurrent map write. I have read that I am suppose to use ...
David's user avatar
  • 67
0 votes
1 answer
23 views

Fatal error: Cannot use Drupal\views\Plugin\views\area\TokenizeAreaPluginBase as TokenizeAreaPluginBase

I encountered a fatal error in my Drupal project and need assistance in resolving it. The error message I'm receiving is as follows: Fatal error: Cannot use Drupal\views\Plugin\views\area\...
Vinod D's user avatar
0 votes
1 answer
11k views

Stable Diffusion error (not a git repository)

when launching webui.bat, the error venv "M:\\stable-diffusion-webui-master (1)\\stable-diffusion-webui-master\\venv\\Scripts\\Python.exe" fatal: not a git repository (or any of the parent ...
root228q's user avatar
0 votes
1 answer
388 views

Problem with auto update, get fatal error while downloading config file for update4j

I am trying to write an application auto update with update4j. I wrote a basic app just to try how it works and how to do it, so I can use it in a real project. Think I did everything as documentation ...
Marek Podolak's user avatar
0 votes
1 answer
1k views

How to fix WordPress Fatal Error Uncaught TypeError?

Hi I have a WordPress Site that is currently not letting me access the dashboard. I have reinstalled the core, updated Plugins through cPanel. I turned off the plugins, and it still won't work. I have ...
joel's user avatar
  • 1
0 votes
0 answers
17 views

Examples of when PHP calls the function set by set_exception_handler with an Error object? And is it always fatal? Can it be caught? [duplicate]

I'm trying to write a handler for exceptions. I've noticed that sometimes it's passed an Error object. (As opposed to an Exception object). I'd like to know: Some examples of what triggers this to ...
Jodes's user avatar
  • 14.5k
0 votes
1 answer
1k views

fab <android.support.design.widget.FloatingActionButton>: No speakable text present | Android Studio

I have this error while running my project, I'm using this XML code for the Floating button, it presents fab <android.support.design.widget.FloatingActionButton>: No speakable text present error....
Jay's user avatar
  • 1
2 votes
0 answers
509 views

R session aborted due to fatal error when running pdftools

Running this code I received the "r session aborted: R encountered a fatal error" I tried uninstalling and reinstalling R 4.3.0 and most recent version of RStudio. This is the code I ran: ...
Jane_Coding's user avatar
2 votes
0 answers
892 views

Fatal Exception: java.lang.IllegalStateException: Broadcast already finished

I am getting this below fatal crash from the firebase Crashlytics. here are the details logs. Does anybody have any idea how to solve this issue? Fatal Exception: java.lang.IllegalStateException: ...
tech.mohit.garg's user avatar
0 votes
1 answer
448 views

Git push: writing objects takes long time and fatal error: the remote end hung up unexpectedly [duplicate]

Last Saturday (21 April) I made some minor improvements in my local repository. After pushing the minor changes, the "writing objects" got stuck, resulting in a "fatal: the remote hung ...
Foeke Boersma's user avatar
0 votes
0 answers
44 views

spl_autload_register PHP not including files

Hy there I am trying to include bulk files from a directory into my php file. like I have 10 php files in a directory called models. instead of loading one by one, I am trying to load all files in the ...
Asad Mehmood's user avatar
0 votes
0 answers
42 views

With MacOS Ventura, using VSC, Clang compiles, but GCC does not. Compile Error: wchar.h: No such file or directory [duplicate]

Clang Compiles, but GCC does not. /usr/local/Cellar/gcc/12.2.0/include/c++/12/cwchar:44:10: fatal error: wchar.h: No such file or directory 44 | #include <wchar.h>
tom_kp's user avatar
  • 21
0 votes
1 answer
141 views

Git switch to branch including submodules return fatal error

I am facing an issue using git submodules. My git version is 2.25.1 (on Ubuntu 20.04) and its structure is as following: main branch: stable and tested version of my code. develop branch (from main ...
lmunier's user avatar
2 votes
1 answer
2k views

Fatal error: Uncaught Error: Class 'WpOrg\Requests\Hooks' not found

I've been getting the same error message the last few days...makes me think it has something to do with the update? I've tried: disabling plugins, and downloading/removing themes and reinstalling ...
drained282's user avatar
0 votes
1 answer
694 views

LNK 1104: cannot open file ...exe. But it doesn't even create an exe File

So I am using Visual Studio 19. I just started a new plain C++ project. It builds and I can run it. But after changing anything within the code, the next time it would not build and rather yield the ...
Andreas Wagner's user avatar

15 30 50 per page
1
3 4
5
6 7
140