Skip to content

Crashes R #2

@jamesrgraham

Description

@jamesrgraham

Hello,

I've installed McSearch and worked out the BABEL_LIBDIR issue, so now it can access the plug-ins.

It seems that the fatal crash occurs in this line:

std.sdf <- smiles2sdf(score.matrix[p,7])

I added some print statements to see where the crash was occurring and it has a fatal crash right after print ("inside p loop\n"), so print ("inside p loop std.sdf\n") does not get executed.

print ("inside p loop\n")
std.sdf <- smiles2sdf(score.matrix[p,7])
print ("inside p loop std.sdf\n") <-- this does not get printed out as there's a fatal error
Screenshot 2023-08-31 at 12 38 53 PM Screenshot 2023-08-31 at 12 36 37 PM

Any ideas?

Thanks!
James

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions