Skip to main content

Questions tagged [runtime-error]

Use this tag to indicate that when an application is run, it reports a runtime error or runtime exception after or during the execution of the application. Use this tag with other tags that indicate programming language being used ([java], [c++], etc.) or for standard utilities or development environments include a tag indicating the application being run ([maven], [visual-studio], [gcc], etc.).

runtime-error
-1 votes
3 answers
49 views

What is the correct way to unpack a tuple composed of a TreeNode and an Integer?

I'm implementing an algorithm that requires appending and popping nodes from a Tree in python (in a FIFO way). queue = [] # empty list root = TreeNode() # a standard TreeNode with val, left and ...
user13079354's user avatar
-3 votes
0 answers
48 views

When attempting to enter time in string format, it results in an infinite loop [duplicate]

I started learning to program in C++. The task is to get the user to input the number of hours. However, when trying to enter the time in text string format, it starts to infinitely execute the loop ...
Рустам Велиев's user avatar
0 votes
0 answers
18 views

Why do I get Error while a Get request to url through Python Requests Lib

I am using requests library to get html content from a URL in which I have to pass consignment numbers comma separated which can be max 25 so when I send only 25 it works but when I send it in a loop ...
Rishav Pahuja's user avatar
0 votes
0 answers
11 views

Crystal report viewer Logon Failed Please try again error

I am using the below code to generate Crystal report in Visual studio 2022 but after loading successfully facing this error: Logon Failed. Please try again. Code: private void LoadReport(string ...
Vishal's user avatar
  • 1
1 vote
0 answers
30 views

ReactJS: ResizeObserver loop completed with undelivered notifications

I'm seeing the following error when I submit a particular form: This is happening when I submit a edit form but I don't see this error when I submit a add form. I have checked thoroughly in my ...
aniket working's user avatar
0 votes
1 answer
25 views

Assertion Failed: Compiler flags to be set for a linker in qmake file of qt, so that we won't get Uncaught Runtime error , after main() function exits

I am trying to expose a UI(built using qt) on the browser, using Emscripten. Compiled dependencies, and could able to link those to the UI, it got compiled successfully without any errors, but while ...
Mallakbasheer's user avatar
0 votes
1 answer
26 views

Angular - TypeError: Cannot read properties of undefined (reading 'forEach')

I am trying to read the roles array from this object and getting the error: TypeError: Cannot read properties of undefined (reading 'forEach') Code: this.data.roles.forEach(role => { this....
user2549382's user avatar
0 votes
0 answers
12 views

I am receiving this error code when starting the R studio from the App

R Session Startup Failure Report RStudio Version RStudio 2022.07.0+548 "Spotted Wakerobin " (34ea3031, 2022-07-06) for macOS Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537....
Vaishali Panwar's user avatar
-1 votes
1 answer
51 views

Runtime Error: field "val" because "<local5>.next" is null (Linked list reversal error) [duplicate]

The prev.next.val is working fine inside the while loop but if I print the same outside it gives error. I am not able to understand it why? But if I print the prev.next.val outside the while loop with ...
Vishal Singh's user avatar
2 votes
1 answer
36 views

Resolving runtime NZEC Error in Python code

I was solving a problem on HackerEarth which is as follows: You are provided an array A of size N that contains non-negative integers. Your task is to determine whether the number that is formed by ...
user26346636's user avatar
-3 votes
0 answers
36 views

Access_Viloation error at run time when using AWS-SDK-CPP [closed]

I am trying to upgrade the aws-sdk-cpp version to 1.11, what i have done is building the lib: First cmd: "C:\Program Files\CMake\bin\cmake.exe" -G "Visual Studio 17 2022" -A x64 ..\...
amine zawix's user avatar
2 votes
0 answers
100 views

How to manually unwind the stack with RtlUnwind without using exceptions or error handling

I'm looking to unwind the stack conditionally and at a predetermined number of layers. doing this with RtlUnwind gives one of two errors depending on how you use it. A malformed function table was ...
Badasahog's user avatar
  • 659
-3 votes
0 answers
91 views

Why doesnt my program execute whenever i declare a struct? [closed]

I am working on the project euler problem 81: https://projecteuler.net/problem=81 I am trying to read a text file containing a matrix of numbers, load this into a two dimensional array, then declare a ...
timmy george's user avatar
-2 votes
1 answer
68 views

Updating Quarkus Version 2 to 3 works locally but throws RuntimeException in Kubernetes pod with IllegalAccessError

I'm experiencing an issue with my Quarkus 3 application when I update from Quarkus 2. It builds and runs successfully on my local machine, but when deployed to a Kubernetes pod I get a ...
OhJohnny's user avatar
  • 317
0 votes
0 answers
14 views

SOAP REQUEST PKIX path building failed: unable to find valid certification path to requested target

I have been attempting to create a SOAP client in Java, but I consistently encounter the same error: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable ...
user26359468's user avatar

15 30 50 per page
1
2 3 4 5
656