Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron Archive Segfault #2565

Closed
anonymous-matomo-user opened this issue Jul 12, 2011 · 1 comment
Closed

Cron Archive Segfault #2565

anonymous-matomo-user opened this issue Jul 12, 2011 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

~# su nginx -c /var/www/html/analytics/misc/cron/archive.sh
Starting Piwik reports archiving...

Archiving period = day for idsite = 1...
<?xml version="1.0" encoding="utf-8" ?>
<results>
<result date="2011-05-22" />
<result date="2011-05-23" />
<result date="2011-05-24" />
<result date="2011-05-25" />
<result date="2011-05-26" />
<result date="2011-05-27" />
<result date="2011-05-28" />
<result date="2011-05-29" />
<result date="2011-05-30" />
<result date="2011-05-31" />
<result date="2011-06-01" />
<result date="2011-06-02" />
<result date="2011-06-03" />
<result date="2011-06-04" />
<result date="2011-06-05" />
<result date="2011-06-06" />
<result date="2011-06-07" />
<result date="2011-06-08" />
<result date="2011-06-09" />
<result date="2011-06-10" />
<result date="2011-06-11" />
<result date="2011-06-12" />
<result date="2011-06-13" />
<result date="2011-06-14" />
<result date="2011-06-15" />
<result date="2011-06-16" />
<result date="2011-06-17" />
<result date="2011-06-18" />
<result date="2011-06-19" />
<result date="2011-06-20" />
<result date="2011-06-21" />
<result date="2011-06-22" />
<result date="2011-06-23" />
<result date="2011-06-24" />
<result date="2011-06-25" />
<result date="2011-06-26" />
<result date="2011-06-27" />
<result date="2011-06-28" />
<result date="2011-06-29" />
<result date="2011-06-30" />
<result date="2011-07-01" />
<result date="2011-07-02" />
<result date="2011-07-03" />
<result date="2011-07-04" />
<result date="2011-07-05" />
<result date="2011-07-06" />
<result date="2011-07-07" />
<result date="2011-07-08" />
<result date="2011-07-09" />
<result date="2011-07-10">589</result>
<result date="2011-07-11">85917</result>
<result date="2011-07-12">39818</result>
</results>/var/www/html/analytics/misc/cron/archive.sh: line 73: 5695 Segmentation fault $CMD

Line 73 is highlighted here: http://node.gordo4.com/snaps/afc48caec73587d6006130a6b447aef7.png

I can try to do an strace if that helps? It doesn't happen every time however. Usually when it happens, I can run it again right after and it goes through fine.

@mattab
Copy link
Member

mattab commented Jul 14, 2011

Thanks for the report, but Seg fault is not a Piwik bug. See Segmentation fault FAQ

@anonymous-matomo-user anonymous-matomo-user added this to the 1.6 Piwik 1.6 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants