C
C
crescent2019-04-06 16:37:26
C++ / C#
crescent, 2019-04-06 16:37:26

C# winforms outofmemory, strange error?

It works, the application works.
Then suddenly shows OutOfMemory
" at System.Drawing.Font.GetHeight(Graphics graphics)\r\n
at System.Drawing.Font.GetHeight()\r\n
at System.Drawing.Font.get_Height()\r\n

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
h0w4rd, 2019-04-06
@h0w4rd

The memory is over. You can't understand anything from a small drop of the trace stack. Here, either lay out everything that is asked (within reason) or dig yourself.

P
Pavel, 2019-04-06
@Pahus

Yes, there is a leak somewhere. The error is caught by the exception method. What is this I will not explain

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question