[R-pkg-devel] Submitting CORELS (Certifiably Optimal Rule Lists) package with/without Windows support

Ralf Stubner r@lf@@tubner @ending from d@q@n@@com
Thu Dec 20 14:07:09 CET 2018


On 20.12.18 13:52, Aditya Saligrama wrote:
> I was able to get the package to compile on Windows by emulating the way
> the sbrl package builds in Windows support. However, when I try to run
> the package on Windows, R completely crashes and exits to the desktop.
> 
> Would you have any suggestions on how to debug or fix this?

Start R from a command prompt. This way you might catch the error
message when R exits. Alternatively you could run R (or Rgui) in the gdb
debugger:

cmd> gdb.exe Rgui.exe
gdb> run
R> ...

See http://sourceware.org/gdb/current/onlinedocs/gdb/ for more info on gdb.

Greetings
Ralf


-- 
Ralf Stubner
Senior Software Engineer / Trainer

daqana GmbH
Dortustraße 48
14467 Potsdam

T: +49 331 23 61 93 11
F: +49 331 23 61 93 90
M: +49 162 20 91 196
Mail: ralf.stubner using daqana.com

Sitz: Potsdam
Register: AG Potsdam HRB 27966
Ust.-IdNr.: DE300072622
Geschäftsführer: Dr.-Ing. Stefan Knirsch, Prof. Dr. Dr. Karl-Kuno Kunze


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://stat.ethz.ch/pipermail/r-package-devel/attachments/20181220/e18e7262/attachment.sig>


More information about the R-package-devel mailing list