You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Crashrpt
Hello, in CrashRptSender there is some problem with restarting
application. When the dialog is closed by clicking the 'Close program'
from popup window (Other actions), host application is started 2
times. During debugging I found that 1st it is started from
CErrorReportDlg::OnPopupCloseTheProgram and second time from
CErrorReportSender::Finalize(). Since other possibilities restart
application from this Finalize method I suppose it is possible to
remove restarting from OnPopupCloseTheProgram. Is it ok? Or is there
other issues why the restarting application is placed on 2 different
locations in CrashSender?
zexspectrum
unread,
Jan 12, 2012, 10:44:20 AM1/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cras...@googlegroups.com
Thanks for your report. I'll fix this issue in the next release. I beleive there is enough to restart the app in Finalize() only, the second call is wrong.
bishopnator
unread,
Mar 23, 2012, 4:13:00 AM3/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cras...@googlegroups.com
Hello, is there any plans about fixing this issue? Due to this problem we had to disable this feature in crashrpt (restarting application). Is there planned a new release including this fix?
zexspectrum
unread,
Mar 23, 2012, 5:11:25 AM3/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cras...@googlegroups.com
Yes, I do plan to fix this and I do plan a new release in the beginning of the Appril. I plan to fix the majority of the issues recorded in the issue tracker. Sorry for long delay.