Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# memory crash Pin
Eddy Vluggen13-Dec-19 6:24
professionalEddy Vluggen13-Dec-19 6:24 
GeneralRe: c# memory crash Pin
Richard Deeming13-Dec-19 6:31
mveRichard Deeming13-Dec-19 6:31 
GeneralRe: c# memory crash Pin
Eddy Vluggen13-Dec-19 7:12
professionalEddy Vluggen13-Dec-19 7:12 
GeneralRe: c# memory crash Pin
Member 1449096413-Dec-19 6:42
Member 1449096413-Dec-19 6:42 
GeneralRe: c# memory crash Pin
Eddy Vluggen13-Dec-19 7:11
professionalEddy Vluggen13-Dec-19 7:11 
AnswerRe: c# memory crash Pin
Luc Pattyn13-Dec-19 11:59
sitebuilderLuc Pattyn13-Dec-19 11:59 
GeneralRe: c# memory crash Pin
Member 1449096413-Dec-19 14:17
Member 1449096413-Dec-19 14:17 
GeneralRe: c# memory crash Pin
Luc Pattyn13-Dec-19 15:35
sitebuilderLuc Pattyn13-Dec-19 15:35 
Hi,

if you want effective help, please start providing accurate information, and answers to all questions asked. Answers should be literal, not approximate! I will number my questions to make it easy for you to answer them. I am not promising a solution here, I am inviting you to provide enough information for someone to come up with substantiated suggestions rather than wild guesses as to what is going on.

1. If not present yet, put try/catch around the failing code, and make it show the following information:
1a. the entire exception, using its ToString() method;
1b. the error code (MySqlException has a number of properties!);
1c. the inner exception, again with ToString().
Put all of these in your next message!

2. Show your exact connection string or strings (replace password by asterisks). MySQL is known to be picky!

3. Where did you get your mysql DLL's (exact URL) ? what is their version number?

4. Sketch the history of database connects and disconnects up to the moment the failure occurs.

5. Have you modified any of the MySQL configuration parameters, things such as MaxUserPort and many others?

6. Have you specified timeout values that might be critically low?

7. Did you try calling Square(2)? What was its result when compiled with x86 and with x64.

8. What is your operating system? is it Windows10? is it 64-bit?

9. what is your development system? is it Visual Studio? which version?

10. What is the purpose of your app?

11. What is the purpose of your C++ function, the one that seems to sabotage further database accesses?

12. Is there anywhere in your code a try/catch block where the catch block is empty? i.e. are you swallowing exceptions, hence ignoring problematic situations, which is bound to make it extremely hard to understand what goes wrong??

13. are there any TCP actions involved, other than the MySQL accesses?

14. is there anything strange or peculiar happening before the MySqlException occurs, something you considered irrelevant and forgot to mention so far...?


That is it for now...

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: c# memory crash Pin
Eddy Vluggen17-Dec-19 6:24
professionalEddy Vluggen17-Dec-19 6:24 
Questionbest design for an responsibility system Pin
KhaledMohammad10-Dec-19 22:00
KhaledMohammad10-Dec-19 22:00 
AnswerRe: best design for an responsibility system Pin
OriginalGriff10-Dec-19 22:21
mveOriginalGriff10-Dec-19 22:21 
GeneralRe: best design for an responsibility system Pin
KhaledMohammad11-Dec-19 1:03
KhaledMohammad11-Dec-19 1:03 
AnswerRe: best design for an responsibility system Pin
F-ES Sitecore10-Dec-19 22:35
professionalF-ES Sitecore10-Dec-19 22:35 
GeneralRe: best design for an responsibility system Pin
KhaledMohammad11-Dec-19 1:04
KhaledMohammad11-Dec-19 1:04 
QuestionC# VSTO Powerpoint add Text as Field Pin
Member 1357643710-Dec-19 19:10
Member 1357643710-Dec-19 19:10 
QuestionSending Bulk SMS using Multi Threading Pin
meeram399-Dec-19 18:41
professionalmeeram399-Dec-19 18:41 
AnswerRe: Sending Bulk SMS using Multi Threading Pin
OriginalGriff9-Dec-19 20:50
mveOriginalGriff9-Dec-19 20:50 
AnswerRe: Sending Bulk SMS using Multi Threading Pin
jkirkerx10-Dec-19 13:20
professionaljkirkerx10-Dec-19 13:20 
QuestionC# GMap: How to draw arc on a map Pin
Member 139442409-Dec-19 9:03
Member 139442409-Dec-19 9:03 
AnswerRe: C# GMap: How to draw arc on a map Pin
Luc Pattyn9-Dec-19 9:40
sitebuilderLuc Pattyn9-Dec-19 9:40 
QuestionWhich object's destructor is getting called in vector? Pin
_PitrakSarkar_9-Dec-19 1:59
_PitrakSarkar_9-Dec-19 1:59 
SuggestionRe: Which object's destructor is getting called in vector? Pin
Richard Deeming9-Dec-19 2:06
mveRichard Deeming9-Dec-19 2:06 
AnswerRe: Which object's destructor is getting called in vector? Pin
Richard MacCutchan9-Dec-19 3:56
mveRichard MacCutchan9-Dec-19 3:56 
QuestionWrite program Wpf C# calculator (OEE ) Pin
Member 146803725-Dec-19 21:39
Member 146803725-Dec-19 21:39 
QuestionRe: Write program Wpf C# calculator (OEE ) Pin
Richard MacCutchan5-Dec-19 22:32
mveRichard MacCutchan5-Dec-19 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.