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 : > 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 publ

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 : > 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. Th

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 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 : > /usr/share/f

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 : > Hello! > > 2015-06-01 0:10 GMT+06:00 Pengfei Hao : > > This is the backtrace info I get: > > > > #0 0x7fffee214456 in Layer_Freetype::new_face(std::string const&) > () at > >

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 : > 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) ()

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 0x7ff

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 : > > > 2015-05-27 1:35 GMT-04:00 Konstantin Dmitriev : >> >> 2015-05-25 21:39 GMT+06:00 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 rest

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 : > 2015-05-25 21:39 GMT+06:00 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 >

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 chroot

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 : > 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

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 options(whil

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 : > 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 = > open_canvas_as(FileSystemNative::instance()->ge

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 : > 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 synfig-core package.

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 : > >>>Pen

[Synfig-devl] Segmentation Fault when running command synfig

2015-05-25 Thread d . j . a . y
>>>Pengfei Hao / 2015-05-10 22:30:20 are you still blocked ? did you solve your problem ? -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ appl

[Synfig-devl] Segmentation Fault when running command synfig

2015-05-10 Thread Pengfei Hao
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 synfig-core package. When it trying to create png files from sif files.