-
Notifications
You must be signed in to change notification settings - Fork 43
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
Calendar never finishes loading events in future months #903
Comments
mysql show full processlist shows no activity during this time. |
Backtrace on Apache2 shows: |
Stepping through shows zim_DateTimeImmutable_setDate() being called over and over again. |
There are 600 rows in oc_calendarobjects with many repeating events. |
I can get the same effect by clicking forward by weeks in the week view. The first few weeks display, then the display stops and apache2 goes to 100% CPU. |
This is related to #904 and has t4eh same cause. |
Steps to reproduce
Expected behaviour
I expect to see the events in the calendar in six months from noe
Actual behaviour
The display hangs, with the progress markers rotating next to each selected calendar. Events never appear. I see six apache2 processes using 100% cpu on the server.
Server configuration
Operating system:
Linux Debian Unstable
Web server:
Apache2
Database:
Mysql
PHP version:
PHO5
ownCloud version: (see your admin page)
10.0.4.1.1 (from the owncloud debian repository)
Calendar version: (see the apps page)
1.5.7
Updated from an older installed version or fresh install:
Updated
Signing status (ownCloud 9.0 and above):
OK
List of activated apps:
Disabled:
ownCloud configuration:
The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php
{
"system": {
"installed": true,
"dbtype": "mysql",
"dbname": "OwnCloud",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"forcessl": false,
"blacklisted_files": [
".htaccess"
],
"overwritehost": "",
"overwriteprotocol": "",
"overwritewebroot": "",
"overwritecondaddr": "",
"overwrite.cli.url": "/owncloud",
"proxy": "",
"proxyuserpwd": "REMOVED SENSITIVE VALUE",
"theme": "",
"default_language": "en",
"3rdpartyroot": "",
"3rdpartyurl": "",
"defaultapp": "files",
"knowledgebaseenabled": true,
"appstoreenabled": true,
"mail_smtpdebug": false,
"mail_smtpmode": "sendmail",
"mail_smtphost": "127.0.0.1",
"mail_smtpport": "25",
"mail_smtptimeout": 10,
"mail_smtpauthtype": "LOGIN",
"trashbin_retention_obligation": "180, auto",
"allow_user_to_change_display_name": true,
"appcodechecker": "",
"updatechecker": false,
"log_type": "owncloud",
"log_query": true,
"logfile": "",
"loglevel": 0,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"remember_login_cookie_lifetime": 1296000,
"session_lifetime": 86400,
"custom_csp_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *",
"xframe_restriction": true,
"customclient_desktop": "",
"customclient_android": "",
"customclient_ios": "",
"logdateformat": "F d, Y H:i:s",
"instanceid": "520ae046af5fb",
"datadirectory": "/var/www/owncloud/data",
"version": "10.0.4.4",
"trusted_domains": [
"chubb.wattle.id.au",
"220.239.167.83"
],
"secret": "REMOVED SENSITIVE VALUE",
"debug": true,
"appstore.experimental.enabled": true,
"user_backends": [
{
"class": "OC_User_IMAP",
"arguments": [
"{chubb.wattle.id.au:143/imap/tls}"
]
}
],
"mail_from_address": "owncloud",
"mail_domain": "chubb.wattle.id.au",
"maintenance": false
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: o
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
IMAP
The text was updated successfully, but these errors were encountered: