Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-22 Thread Konstantin Dmitriev
Hello! 2015-06-02 10:07 GMT+06:00 Pengfei Hao int...@gmail.com: By the way, I hope you could fix another type bug I reported before, and create a new release. So I could provide a formal rpm ready package for openSUSE users. In ETL/ETL/_clock_system.h 60 class clock_desc_sys_clock 61 {

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-22 Thread Konstantin Dmitriev
2015-06-02 10:03 GMT+06:00 Pengfei Hao int...@gmail.com: I added : BuildRequires:xorg-x11-fonts Then it passed compilation. So definitely the missing of fonts caused the problem. I hope synfig command could give message when it did not detect fonts, rather than directly crash in the

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-01 Thread Pengfei Hao
/usr/share/fonts is an empty folder , is that the reason it fail? 2015-06-01 23:40 GMT-04:00 Konstantin Dmitriev ksee.zelga...@gmail.com: Hello! 2015-06-01 0:10 GMT+06:00 Pengfei Hao int...@gmail.com: This is the backtrace info I get: #0 0x7fffee214456 in

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-01 Thread Pengfei Hao
By the way, I hope you could fix another type bug I reported before, and create a new release. So I could provide a formal rpm ready package for openSUSE users. In ETL/ETL/_clock_system.h 60 class clock_desc_sys_clock 61 { 62 public: 63 typedef float value_type; 64 65 inline static bool

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-01 Thread Konstantin Dmitriev
Hello! 2015-06-01 0:10 GMT+06:00 Pengfei Hao int...@gmail.com: This is the backtrace info I get: #0 0x7fffee214456 in Layer_Freetype::new_face(std::string const) () at /usr/lib/synfig/modules/liblyr_freetype.so #1 0x7fffee214827 in Layer_Freetype::new_font_(std::string const, int,

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-06-01 Thread Pengfei Hao
I added : BuildRequires:xorg-x11-fonts Then it passed compilation. So definitely the missing of fonts caused the problem. I hope synfig command could give message when it did not detect fonts, rather than directly crash in the future. 2015-06-01 23:44 GMT-04:00 Pengfei Hao

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-31 Thread Pengfei Hao
This is the backtrace info I get: #0 0x7fffee214456 in Layer_Freetype::new_face(std::string const) () at /usr/lib/synfig/modules/liblyr_freetype.so #1 0x7fffee214827 in Layer_Freetype::new_font_(std::string const, int, int) () at /usr/lib/synfig/modules/liblyr_freetype.so #2

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-29 Thread Konstantin Dmitriev
Hello! 2015-05-27 22:01 GMT+06:00 Pengfei Hao int...@gmail.com: 2015-05-27 1:35 GMT-04:00 Konstantin Dmitriev ksee.zelga...@gmail.com: 2015-05-25 21:39 GMT+06:00 Pengfei Hao int...@gmail.com: In truth, I can't , or kind of hard to. As I mentioned before, this bug only shown in the

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-27 Thread Pengfei Hao
2015-05-27 1:35 GMT-04:00 Konstantin Dmitriev ksee.zelga...@gmail.com: 2015-05-25 21:39 GMT+06:00 Pengfei Hao int...@gmail.com: In truth, I can't , or kind of hard to. As I mentioned before, this bug only shown in the build system, it has the most restricted compilation environment. It

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-27 Thread Pengfei Hao
The build environment is generated by osc build --local-package It will generate a path like /var/tmp/build-root/openSUSE_13.2-x86_64/, install system default packages like bash and build requies into the directory, bind /proc and /sys to the sub folder, change root into it, and inside the

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-26 Thread Konstantin Dmitriev
2015-05-25 21:39 GMT+06:00 Pengfei Hao int...@gmail.com: In truth, I can't , or kind of hard to. As I mentioned before, this bug only shown in the build system, it has the most restricted compilation environment. It works fine if I call it in my machine, but in the rpm build environment,

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread Pengfei Hao
Oh, finally someone want to help me. Yes, I am still blocked, but I did some trace work, the final trace result is that when creating a layer called text, the segmentation fault happened. I need to do again to provide you the complete calling tree later. 2015-05-25 7:31 GMT-04:00

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread Pengfei Hao
In truth, I can't , or kind of hard to. As I mentioned before, this bug only shown in the build system, it has the most restricted compilation environment. It works fine if I call it in my machine, but in the rpm build environment, there is no gdb and I cannot control the compilation

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread Konstantin Dmitriev
2015-05-11 4:29 GMT+06:00 Pengfei Hao int...@gmail.com: I am currently building rpm package for synfig-1.0 here: https://build.opensuse.org/project/show/home:intijk:synfigstudio When I build synfigstudio part, the build procedure will call command synfig, this command is built at

Re: [Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread Konstantin Dmitriev
2015-05-25 21:28 GMT+06:00 Pengfei Hao int...@gmail.com: Hi, Konstantin, I am pretty sure I use the newest version you sent to me. here is the debug tree I found: tool/main.cpp 296: job = op.extract_job(); tool/optionsprocessor.cpp 533: job.root =