--
You received this message because you are subscribed to the Google Groups "GraphLab API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to graphlabapi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
(gdb) run –matrix ./smallnetflix/ –max_iter=5 –ncpus=1 –predictions=out_file
Starting program: /my_path/als –matrix ./smallnetflix/ –max_iter=5 –ncpus=1 –predictions=out_file
Program received signal SIGSEGV, Segmentation fault.
0x0000000100bb2254 in ?? ()
Hi Danny,This is all information as below, when running: gdb alsGNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin13.0.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /my_path/graphlab/debug/toolkits/collaborative_filtering/als...done.
(gdb) run –matrix ./smallnetflix/ –max_iter=5 –ncpus=1 –predictions=out_file
Starting program: /my_path/graphlab/debug/toolkits/collaborative_filtering/als –matrix ./smallnetflix/ –max_iter=5 –ncpus=1 –predictions=out_file
Program received signal SIGSEGV, Segmentation fault.
0x0000000100bb2254 in ?? ()
(gdb) where
#0 0x0000000100bb2254 in ?? ()
Cannot access memory at address 0x7fff5f3fff50
(gdb) bt
#0 0x0000000100bb2254 in ?? ()
Cannot access memory at address 0x7fff5f3fff50
no, I can't run hello world example.I follow the instruction on the link, but when running, it gives error information as below:Segmentation fault: 11
Thanks,Nan
Thanks Danny.After update CMakeLists.txt, "hello world" app runs correctly.Thanks,Nan