RStudio crashes when using parse()

skranz's Avatar

skranz

29 Jul, 2012 08:21 PM

Dear RStudio Team,

first of all thanks a lot for creating RStudio, it is a great IDE! I think I have encountered a bug. When calling

parse()

and then enter an expression in the resulting prompt, e.g.
2*2

my RStudio crashes and terminates with an error. I am using the newest version (0.96.316) and Windows Vista 32 bit. When doing the same in the original RGui everything works fine and no error occurs.

All the best,
Sebastian

  1. 2 Posted by demography on 30 Jul, 2012 10:04 AM

    demography's Avatar

    I have the similar problem when I run follow codes:
    library(rggobi)
    ggobi(ggobi_find_file('data', 'flea.csv'))

    then Rstudio throws the message:
    (rsession.exe:1232): GLib-WARNING **: Passing a non-NULL package to g_win32_get_package_installation_directory() is deprecated and it is ignored.

    and after about 3 seconds Rstudio disappears.

    Those codes work fine in RGui. My os is Win7 32 bit.
    Can you help me?
    Thanks!

    Richard

  2. 3 Posted by demography on 31 Jul, 2012 01:23 PM

    demography's Avatar

    update the situation:

    ggobi_find_file("data", "flea.csv") now returns:

    (rsession.exe:4272): GLib-WARNING **: Passing a non-NULL package to g_win32_get_package_installation_directory() is deprecated and it is ignored. [1] "C:\Program Files\ggobi\data/flea.csv"

    and ggobi(ggobi_find_file("data", "flea.csv")) makes Rstudio disappear immediately.

  3. Support Staff 4 Posted by Josh Paulson on 03 Aug, 2012 01:11 AM

    Josh Paulson's Avatar

    Sebastian,

    Seems that RStudio is not actually crashing, but quitting silently. I've filed a bug for this and we'll take a look.

    Thanks,

    Josh

  4. Josh Paulson closed this discussion on 03 Aug, 2012 01:11 AM.

Comments are currently closed for this discussion. You can start a new one.